Home
last modified time | relevance | path

Searched defs:_pymem_allocators (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_pymem.h36 struct _pymem_allocators { struct
37 PyMutex mutex;
38 struct {
42 } standard;
43 struct {
47 } debug;
48 int is_debug_enabled;
49 PyObjectArenaAllocator obj_arena;