DescriptionAllocator cleanup: move tcmalloc-specific calls to base
After crrev.com/1584893002 base/ can use directly allocator.
The grand plan is to dismantle all the indirection layer such that:
- base is the only thing that knows about allocator-specific details.
- non-base code uses only base abstractions and stops looking
at USE_TCMALLOC build flags.
This CL specifically deals with tc_malloc_skip_handler and tc_set_new_mode
and removes the unnecessary base -> content -> base hops.
BUG=564618
Committed: https://crrev.com/f7b03f4b26ee936818a896f244d56db8e18a7c49
Cr-Commit-Position: refs/heads/master@{#371355}
Patch Set 1 #Patch Set 2 : README.chromium #Patch Set 3 : rebase #Patch Set 4 : rebase #
Total comments: 2
Depends on Patchset: Messages
Total messages: 21 (7 generated)
|