Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpymem.h115 #define PyMem_Del PyMem_Free macro
/external/python/cpython3/Include/
Dpymem.h101 #define PyMem_Del PyMem_Free macro
/external/python/cpython2/Doc/c-api/
Dmemory.rst144 .. c:function:: void PyMem_Del(void *p)
267 PyMem_Del(buf); /* allocated with PyMem_New */
281 PyMem_Del(buf3); /* Wrong -- should be PyMem_Free() */
283 free(buf1); /* Fatal -- should be PyMem_Del() */
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c806 PyMem_Del(inbuf_tmp); in encoder_encode_stateful()
812 PyMem_Del(inbuf_tmp); in encoder_encode_stateful()
1090 PyMem_Del(wdata); in mbidecoder_decode()
1097 PyMem_Del(wdata); in mbidecoder_decode()
/external/python/cpython3/Doc/c-api/
Dmemory.rst251 .. c:function:: void PyMem_Del(void *p)
580 PyMem_Del(buf); /* allocated with PyMem_New */
594 PyMem_Del(buf3); /* Wrong -- should be PyMem_Free() */
596 free(buf1); /* Fatal -- should be PyMem_Del() */
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c1204 PyMem_Del(wdata); in _multibytecodec_MultibyteIncrementalDecoder_decode_impl()
1210 PyMem_Del(wdata); in _multibytecodec_MultibyteIncrementalDecoder_decode_impl()
/external/python/cpython3/Modules/
Dposixmodule.c6818 PyMem_Del(groups); in posix_getgrouplist()
6830 PyMem_Del(groups); in posix_getgrouplist()
6842 PyMem_Del(groups); in posix_getgrouplist()
6848 PyMem_Del(groups); in posix_getgrouplist()
8725 PyMem_Del(*iov); in iov_setup()
8745 PyMem_Del(*iov); in iov_setup()
8749 PyMem_Del(*buf); in iov_setup()
8757 PyMem_Del(iov); in iov_cleanup()
8761 PyMem_Del(buf); in iov_cleanup()
D_sre.c457 PyMem_Del(state->mark); in state_init()
471 PyMem_Del(state->mark); in state_fini()
/external/python/cpython3/Objects/
Dtypeobject.c1715 PyMem_Del(remain); in pmerge()
1795 PyMem_Del(to_merge); in mro_implementation()
1805 PyMem_Del(to_merge); in mro_implementation()
/external/python/cpython2/Doc/whatsnew/
D2.1.rst707 using :func:`PyMem_Del`, not :func:`free`. A few modules included with Python
/external/python/cpython3/Doc/whatsnew/
D2.1.rst707 using :func:`PyMem_Del`, not :func:`free`. A few modules included with Python