Home
last modified time | relevance | path

Searched refs:thread_heap_usage (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc41 [](void* thread_heap_usage) { in ThreadAllocationUsage() argument
48 if (thread_heap_usage == kTeardownSentinel) in ThreadAllocationUsage()
50 DCHECK_NE(thread_heap_usage, kInitializationSentinel); in ThreadAllocationUsage()
56 delete static_cast<ThreadHeapUsage*>(thread_heap_usage); in ThreadAllocationUsage()