Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_object_alloc.h20 struct _mimalloc_thread_state *m = &tstate->mimalloc; in _PyObject_GetAllocationHeap()
43 struct _mimalloc_thread_state *m = &tstate->mimalloc; in _PyObject_MallocWithType()
58 struct _mimalloc_thread_state *m = &tstate->mimalloc; in _PyObject_ReallocWithType()
Dpycore_tstate.h31 struct _mimalloc_thread_state mimalloc;
Dpycore_mimalloc.h60 struct _mimalloc_thread_state { struct
/external/python/cpython3/Python/
Dgc_free_threading.c260 struct _mimalloc_thread_state *m = &((_PyThreadStateImpl *)p)->mimalloc; in gc_visit_heaps_lock_held()
Dpystate.c3050 struct _mimalloc_thread_state *mts = &((_PyThreadStateImpl*)tstate)->mimalloc; in tstate_mimalloc_bind()