diff options
author | daan <daanl@outlook.com> | 2021-11-12 19:04:35 -0800 |
---|---|---|
committer | daan <daanl@outlook.com> | 2021-11-12 19:04:35 -0800 |
commit | 6ace2fe4e058708858d29f6ed88a77cad5fc8945 (patch) | |
tree | dea4c6d47893198b91e0d0fc2ad8c6e4562866eb /include/mimalloc-internal.h | |
parent | 9e6ace6bcc9c5d819deb691483572c305ff0def7 (diff) | |
parent | 5c08f75d69963511154dbb53ac771dd692aa1302 (diff) |
Merge branch 'dev-slice' into dev-slice-cmask
Diffstat (limited to 'include/mimalloc-internal.h')
-rw-r--r-- | include/mimalloc-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mimalloc-internal.h b/include/mimalloc-internal.h index 12d050f..caf5a78 100644 --- a/include/mimalloc-internal.h +++ b/include/mimalloc-internal.h @@ -63,6 +63,7 @@ static inline uintptr_t _mi_random_shuffle(uintptr_t x); extern mi_decl_cache_align mi_stats_t _mi_stats_main; extern mi_decl_cache_align const mi_page_t _mi_page_empty; bool _mi_is_main_thread(void); +size_t _mi_current_thread_count(void); bool _mi_preloading(void); // true while the C runtime is not ready // os.c |