Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_tstate.h31 struct _mimalloc_thread_state mimalloc; member
Dpycore_interp.h221 struct _mimalloc_interp_state mimalloc; member
/external/python/cpython3/Doc/c-api/
Dmemory.rst687 .. _mimalloc: target
/external/python/cpython3/Doc/
Dlicense.rst1047 mimalloc section in Licenses and Acknowledgements for Incorporated Software
/external/python/cpython3/
Dconfigure.ac4867 AC_ARG_WITH([mimalloc], optwith
/external/python/cpython3/Objects/
Dobmalloc.c665 PyMemAllocatorEx mimalloc = MIMALLOC_ALLOC; in get_current_allocator_name_unlocked() local