Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dobmalloc.c30 static void _PyMem_DebugCheckAddress(const char *func, char api_id, const void *p);
2571 _PyMem_DebugCheckAddress(__func__, api->api_id, p); in _PyMem_DebugRawFree()
2596 _PyMem_DebugCheckAddress(__func__, api->api_id, p); in _PyMem_DebugRawRealloc()
2725 _PyMem_DebugCheckAddress(const char *func, char api, const void *p) in _PyMem_DebugCheckAddress() function