Home
last modified time | relevance | path

Searched defs:PyObject_Malloc (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Misc/
Dpymemcompat.h49 #define PyObject_Malloc PyMem_Malloc macro
/external/python/cpython2/Include/
Dobjimpl.h119 #define PyObject_Malloc _PyObject_DebugMalloc macro
/external/python/cpython2/Objects/
Dobmalloc.c790 PyObject_Malloc(size_t nbytes) in PyObject_Malloc() function
1311 PyObject_Malloc(size_t n) in PyObject_Malloc() function