Searched refs:profiling_allocator_ptr (Results 1 – 1 of 1) sorted by relevance
88 auto profiling_allocator_ptr = GetThreadLocalProfilingAllocator(); in deleter() local91 } else if (profiling_allocator_ptr != nullptr) { in deleter()92 profiling_allocator_ptr->free(pointer); in deleter()120 auto profiling_allocator_ptr = GetThreadLocalProfilingAllocator(); in allocate() local123 } else if (profiling_allocator_ptr != nullptr) { in allocate()124 data = profiling_allocator_ptr->allocate(alloc_size); in allocate()