Descriptionadd blink_disable_partition_allocator for memory profiler.
PartitionAlloc manages memory chunks which are pre-allocated
and re-assigned to the caller which requests memory allocation.
so the top point of stack unwinding is always inside PartitionAlloc
in blink. this can make profiler know wrong allocation point.
if this gyp flag is set, blink uses base allocator.
so that it can show exact callstack where actual allocation is
requested.
Bug=None
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178419
Patch Set 1 #
Messages
Total messages: 10 (0 generated)
|