• ruuda's avatar
    Remove unused memory functions · 8e7faebf
    ruuda authored
    In |blink::Platform|, the functions |processMemorySizesInBytes| and
    |memoryAllocatorWasteInBytes| are unused. Let's remove them.
    
    The function |base::allocator::GetAllocatorWasteSize| is not used
    anywhere except in the unused Blink functions, so it can be removed as
    well.
    
    Detailed information about memory allocators is available in the memory-
    infra category of chrome://tracing. It supports all allocators, not just
    tcmalloc. |GetAllocatorWasteSize| was implemented for tcmalloc only.
    
    Review URL: https://codereview.chromium.org/1468033002
    
    Cr-Commit-Position: refs/heads/master@{#361303}
    8e7faebf
renderer_blink_platform_impl.cc 47.9 KB