Searched defs:pymalloc (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Doc/c-api/ | ||
D | memory.rst | 218 .. _pymalloc: target in Object allocators |
/external/python/cpython3/Doc/c-api/ | ||
D | memory.rst | 591 .. _pymalloc: target in Debug hooks on the Python memory allocators |
/external/python/cpython3/Objects/ | ||
D | obmalloc.c | 333 PyMemAllocatorEx pymalloc = PYMALLOC_ALLOC; in _PyMem_SetupAllocators() local |
/external/python/cpython2/ | ||
D | configure.ac | 3023 AC_ARG_WITH(pymalloc, optwith |
/external/python/cpython3/ | ||
D | configure.ac | 3574 AC_ARG_WITH(pymalloc, optwith |