mimalloc/include
Jim Huang e5f37eb806 Enforce mi_stat wrapper for performance and consistency
Statistics wrapper macros, mi_stat_{increase,counter_increase} are
defined as no-op when MI_STAT equals to 0 (no runtime statistics).
However, even MI_STAT is set to 0, internal functions such as
_mi_stat_increase are invoked unexpectedly. This patch enforces the use
of mi_stat wrapper macros and MI_STAT.
2019-08-21 03:40:20 +08:00
..
mimalloc-atomic.h avoid thread over-allocation on initial region allocations 2019-07-15 17:35:43 -07:00
mimalloc-internal.h Merge branch 'master' into dev 2019-08-10 15:23:43 -07:00
mimalloc-types.h Enforce mi_stat wrapper for performance and consistency 2019-08-21 03:40:20 +08:00
mimalloc.h update order of options; make eager_region_commit 0 on windows by default 2019-08-10 15:44:55 -07:00