Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DCPUAllocator.cpp88 auto profiling_allocator_ptr = GetThreadLocalProfilingAllocator(); in deleter() local
91 } else if (profiling_allocator_ptr != nullptr) { in deleter()
92 profiling_allocator_ptr->free(pointer); in deleter()
120 auto profiling_allocator_ptr = GetThreadLocalProfilingAllocator(); in allocate() local
123 } else if (profiling_allocator_ptr != nullptr) { in allocate()
124 data = profiling_allocator_ptr->allocate(alloc_size); in allocate()