Home
last modified time | relevance | path

Searched refs:PyMem_FREE (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dpymem.h89 #define PyMem_FREE(p) PyMem_Free(p) macro
/third_party/python/Lib/test/
Dclinic.test1747 PyMem_FREE(a);
1751 PyMem_FREE(b);
1755 PyMem_FREE(c);
1759 PyMem_FREE(d);
1763 PyMem_FREE(e);
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst181 Fix a possible double ``PyMem_FREE()`` due to tokenizer.c's ``tok_nextc()``.
/third_party/python/Doc/c-api/
Dmemory.rst296 * ``PyMem_FREE(ptr)``
/third_party/python/Modules/
D_ssl.c3208 PyMem_FREE(self->alpn_protocols); in context_dealloc()