Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dobmalloc.c197 } debug_alloc_api_t; typedef
199 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()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO12 … static struct { debug_alloc_api_t raw; debug_alloc_api_t mem; debug_a…