Searched defs:PyObject_Free (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Misc/
H A Dpymemcompat.h21 PyObject_Malloc, PyObject_Realloc, PyObject_Free
38 PyMem_Malloc and free it with PyObject_Free. You may get away with
51 #define PyObject_Free PyMem_Free macro
/external/python/cpython2/Include/
H A Dobjimpl.h42 run a destructor -- it only frees the memory. PyObject_Free is identical.
99 PyAPI_FUNC(void) PyObject_Free(void *);
123 #define PyObject_Free _PyObject_DebugFree macro
128 #define PyObject_FREE PyObject_Free
138 #define PyObject_Del PyObject_Free
142 #define _PyObject_Del PyObject_Free
/external/python/cpython2/Objects/
H A Dobmalloc.c502 PyObject_Free() when the arena is empty. Key invariant: an arena_object
991 #undef PyObject_Free macro
994 PyObject_Free(void *p) function
1275 PyObject_Free(p);
1323 PyObject_Free(void *p) function
1532 PyObject_Free(q);
/external/python/cpython3/Objects/
H A Dobmalloc.c501 PyObject_Free(void *ptr) function
962 PyObject_Free() when the arena is empty. Key invariant: an arena_object

Completed in 716 milliseconds