Home
last modified time | relevance | path

Searched refs:_PyObject_VirtualAlloc (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_pymem.h99 void *_PyObject_VirtualAlloc(size_t size);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_pymem.h99 void *_PyObject_VirtualAlloc(size_t size);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_pymem.h99 void *_PyObject_VirtualAlloc(size_t size);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_pymem.h99 void *_PyObject_VirtualAlloc(size_t size);
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_pymem.h99 void *_PyObject_VirtualAlloc(size_t size);
/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c731 _PyStackChunk *res = _PyObject_VirtualAlloc(size_in_bytes); in allocate_chunk()
/aosp_15_r20/external/python/cpython3/Objects/
Dobmalloc.c558 _PyObject_VirtualAlloc(size_t size) in _PyObject_VirtualAlloc() function