Home
last modified time | relevance | path

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

/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc39 ThreadLocalStorage::Slot& ThreadAllocationUsage() { in ThreadAllocationUsage() function
55 ThreadAllocationUsage().Set(kTeardownSentinel); in ThreadAllocationUsage()
220 auto tls_ptr = reinterpret_cast<uintptr_t>(ThreadAllocationUsage().Get()); in GetOrCreateThreadUsage()
227 ThreadAllocationUsage().Set(kInitializationSentinel); in GetOrCreateThreadUsage()
233 ThreadAllocationUsage().Set(allocator_usage); in GetOrCreateThreadUsage()
336 ignore_result(ThreadAllocationUsage()); in EnsureTLSInitialized()