Home
last modified time | relevance | path

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

/external/pytorch/c10/mobile/
DCPUProfilingAllocator.h65 void record_allocation(const uint64_t size, const void* ptr);
DCPUProfilingAllocator.cpp246 void AllocationPlanner::record_allocation( in record_allocation() function in c10::AllocationPlanner
/external/pytorch/c10/core/
DCPUAllocator.cpp134 allocation_planner->record_allocation(alloc_size, data); in allocate()
/external/python/cpython3/Python/
Dgc_free_threading.c1073 record_allocation(PyThreadState *tstate) in record_allocation() function
1678 record_allocation(_PyThreadState_GET()); in _PyObject_GC_Link()
1708 record_allocation(tstate); in gc_alloc()