diff options
author | daan <daanl@outlook.com> | 2021-11-13 15:53:57 -0800 |
---|---|---|
committer | daan <daanl@outlook.com> | 2021-11-13 15:53:57 -0800 |
commit | 627892852c847aebe2fb3255dec18acb5482125a (patch) | |
tree | 7dfefcec5f3dda145814fd3db809bb66c9537281 /include/mimalloc-internal.h | |
parent | 4f9d5f7dc6aa2b78ab77cfefaf253767b656f696 (diff) | |
parent | b72065f04bb5928f994e6f2f21cd79328558a08f (diff) |
merge from dev-slice
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 dd5c384..4e90a77 100644 --- a/include/mimalloc-internal.h +++ b/include/mimalloc-internal.h @@ -737,6 +737,7 @@ size_t _mi_commit_mask_next_run(const mi_commit_mask_t* cm, size_t* idx); + // ------------------------------------------------------------------- // Fast "random" shuffle // ------------------------------------------------------------------- |