Home
last modified time | relevance | path

Searched refs:PyMem_Del (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/
H A Dpymem.h83 // PyMem_Del and PyMem_DEL are defined with no parameter to be able to use
84 // them as function pointers (ex: dealloc = PyMem_Del).
90 #define PyMem_Del PyMem_Free macro
/third_party/python/Modules/
H A D_testcapimodule.c1259 PyMem_Del(spec); in test_type_from_ephemeral_spec()
1262 PyMem_Del(name); in test_type_from_ephemeral_spec()
1265 PyMem_Del(doc); in test_type_from_ephemeral_spec()
1268 PyMem_Del(slots); in test_type_from_ephemeral_spec()
1294 PyMem_Del(spec); in test_type_from_ephemeral_spec()
1295 PyMem_Del(name); in test_type_from_ephemeral_spec()
1296 PyMem_Del(doc); in test_type_from_ephemeral_spec()
1297 PyMem_Del(slots); in test_type_from_ephemeral_spec()

Completed in 11 milliseconds