Searched refs:debug_alloc_api_t (Results 1 – 2 of 2) 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;2434 debug_alloc_api_t *api = (debug_alloc_api_t *)ctx; in _PyMem_DebugRawAlloc()2520 debug_alloc_api_t *api = (debug_alloc_api_t *)ctx; in _PyMem_DebugRawFree()2539 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…