Home
last modified time | relevance | path

Searched refs:mi_decl_thread (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/mimalloc/mimalloc/
Dtypes.h41 #define mi_decl_thread __declspec(thread) macro
45 #define mi_decl_thread __thread macro
49 #define mi_decl_thread __thread // hope for the best :-) macro
Dprim.h129 extern mi_decl_thread mi_heap_t* _mi_heap_default; // default heap to allocate from
/external/python/cpython3/Objects/mimalloc/
Dinit.c126 mi_decl_thread mi_heap_t* _mi_heap_default = (mi_heap_t*)&_mi_heap_empty;
Doptions.c273 static mi_decl_thread bool recurse = false;