HomeSort by relevance Sort by last modified time
    Searched refs:PyMemAllocatorDomain (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Include/
pymem.h 173 } PyMemAllocatorDomain;
193 PyAPI_FUNC(void) PyMem_GetAllocator(PyMemAllocatorDomain domain,
207 PyAPI_FUNC(void) PyMem_SetAllocator(PyMemAllocatorDomain domain,
  /external/python/cpython3/Objects/
obmalloc.c 334 PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator)
352 PyMem_SetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator)
    [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c     [all...]

Completed in 146 milliseconds