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.h164 #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)
573 PyMem_Del(buf); /* allocated with PyMem_New */
587 PyMem_Del(buf3); /* Wrong -- should be PyMem_Free() */
589 free(buf1); /* Fatal -- should be PyMem_Del() */
/external/python/cpython3/Modules/
Dposixmodule.c6170 PyMem_Del(groups); in posix_getgrouplist()
6182 PyMem_Del(groups); in posix_getgrouplist()
6194 PyMem_Del(groups); in posix_getgrouplist()
6200 PyMem_Del(groups); in posix_getgrouplist()
8072 PyMem_Del(*iov); in iov_setup()
8092 PyMem_Del(*iov); in iov_setup()
8096 PyMem_Del(*buf); in iov_setup()
8104 PyMem_Del(iov); in iov_cleanup()
8108 PyMem_Del(buf); in iov_cleanup()
D_sre.c464 PyMem_Del(state->mark); in state_init()
478 PyMem_Del(state->mark); in state_fini()
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c1114 PyMem_Del(wdata); in _multibytecodec_MultibyteIncrementalDecoder_decode_impl()
1120 PyMem_Del(wdata); in _multibytecodec_MultibyteIncrementalDecoder_decode_impl()
/external/python/cpython3/Objects/
Dtypeobject.c1744 PyMem_Del(remain); in pmerge()
1824 PyMem_Del(to_merge); in mro_implementation()
1834 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