Searched refs:g_tls_alloc_ctx_tracker (Results 1 – 1 of 1) sorted by relevance
21 ThreadLocalStorage::StaticSlot g_tls_alloc_ctx_tracker = TLS_INITIALIZER; variable37 static_cast<AllocationContextTracker*>(g_tls_alloc_ctx_tracker.Get()); in GetThreadLocalTracker()41 g_tls_alloc_ctx_tracker.Set(tracker); in GetThreadLocalTracker()51 if (enabled && !g_tls_alloc_ctx_tracker.initialized()) in SetCaptureEnabled()52 g_tls_alloc_ctx_tracker.Initialize(DestructAllocationContextTracker); in SetCaptureEnabled()