DescriptionAllocator cleanup: allocator_extension call directly into tcmalloc
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, addresses the profiling-related methods moving
the tcmalloc-specific dependencies to base and base only.
Other parts of the codebase will be cleaned up in separate CLs.
Also this CL removes a stale base/debug/OWNERS. That file makes
no sense these days as tracing has been moved to base/trace_event/.
BUG=564618
Committed: https://crrev.com/d3a81abc8db50ba646915e3ef700c9ac45958c01
Cr-Commit-Position: refs/heads/master@{#371335}
Patch Set 1 #
Total comments: 1
Patch Set 2 : drop thunks injection #Patch Set 3 : rebase #Patch Set 4 : rebase #Patch Set 5 : rebase #
Depends on Patchset: Messages
Total messages: 21 (9 generated)
|