diff options
author | Daan <daanl@outlook.com> | 2021-10-19 10:17:53 -0700 |
---|---|---|
committer | Daan <daanl@outlook.com> | 2021-10-19 10:17:53 -0700 |
commit | a4078df9d5bd5b8bdf00d99281baf966491605a8 (patch) | |
tree | 0ffda43470bdd18e7b4c5f6bd29895d15e616dc6 /include/mimalloc-internal.h | |
parent | 8d2a21eb788c73fad12dc5e9aacb5dab70f06a89 (diff) | |
parent | 5b9409f4d6c1b010c79eaa81117ba9b7e57672e3 (diff) |
Merge branch 'dev' into dev-slice
Diffstat (limited to 'include/mimalloc-internal.h')
-rw-r--r-- | include/mimalloc-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mimalloc-internal.h b/include/mimalloc-internal.h index 56efd24..bb76b4a 100644 --- a/include/mimalloc-internal.h +++ b/include/mimalloc-internal.h @@ -57,7 +57,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); -bool _mi_preloading(); // true while the C runtime is not ready +bool _mi_preloading(void); // true while the C runtime is not ready // os.c size_t _mi_os_page_size(void); |