Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c28 static void _PyMem_DebugCheckAddress(const char *func, char api_id, const void *p);
2524 _PyMem_DebugCheckAddress(__func__, api->api_id, p); in _PyMem_DebugRawFree()
2549 _PyMem_DebugCheckAddress(__func__, api->api_id, p); in _PyMem_DebugRawRealloc()
2678 _PyMem_DebugCheckAddress(const char *func, char api, const void *p) in _PyMem_DebugCheckAddress() function