Searched refs:alloc_ctx_tracker (Results 1 – 1 of 1) sorted by relevance
25 void DestructAllocationContextTracker(void* alloc_ctx_tracker) { in DestructAllocationContextTracker() argument26 delete static_cast<AllocationContextTracker*>(alloc_ctx_tracker); in DestructAllocationContextTracker()