Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobmalloc.c180 # define PYMALLOC_ALLOC {NULL, _PyObject_Malloc, _PyObject_Calloc, _PyObject_Realloc, _PyObject_Fr… macro
185 # define PYOBJ_ALLOC PYMALLOC_ALLOC
333 PyMemAllocatorEx pymalloc = PYMALLOC_ALLOC; in _PyMem_SetupAllocators()
378 PyMemAllocatorEx pymalloc = PYMALLOC_ALLOC; in _PyMem_GetCurrentAllocatorName()
425 #undef PYMALLOC_ALLOC