Searched refs:debug_alloc_api_t (Results 1 – 2 of 2) sorted by relevance
197 } debug_alloc_api_t; typedef199 debug_alloc_api_t raw;200 debug_alloc_api_t mem;201 debug_alloc_api_t obj;2481 debug_alloc_api_t *api = (debug_alloc_api_t *)ctx; in _PyMem_DebugRawAlloc()2567 debug_alloc_api_t *api = (debug_alloc_api_t *)ctx; in _PyMem_DebugRawFree()2586 debug_alloc_api_t *api = (debug_alloc_api_t *)ctx; in _PyMem_DebugRawRealloc()
12 … static struct { debug_alloc_api_t raw; debug_alloc_api_t mem; debug_a…