Searched refs:debug_alloc_api_t (Results 1 – 3 of 3) sorted by relevance
195 } debug_alloc_api_t; typedef197 debug_alloc_api_t raw;198 debug_alloc_api_t mem;199 debug_alloc_api_t obj;2118 debug_alloc_api_t *api = (debug_alloc_api_t *)ctx; in _PyMem_DebugRawAlloc()2204 debug_alloc_api_t *api = (debug_alloc_api_t *)ctx; in _PyMem_DebugRawFree()2223 debug_alloc_api_t *api = (debug_alloc_api_t *)ctx; in _PyMem_DebugRawRealloc()
4 … static struct { debug_alloc_api_t raw; debug_alloc_api_t mem; debug_a…
1489 …oc.c - _PyMem_Debug variable static struct { debug_alloc_api_t raw; debug_alloc_api_t mem; debug_a…