mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-08-24 16:24:47 +03:00
add mi_stats_get_bin_size and chunk counters
This commit is contained in:
parent
22b879fde1
commit
265af0c90e
7 changed files with 32 additions and 17 deletions
|
@ -83,7 +83,8 @@ const mi_page_t _mi_page_empty = {
|
|||
{ { 0 }, { 0 }, { 0 }, { 0 } }, \
|
||||
\
|
||||
{ MI_INIT74(MI_STAT_COUNT_NULL) }, \
|
||||
{ MI_INIT74(MI_STAT_COUNT_NULL) }
|
||||
{ MI_INIT74(MI_STAT_COUNT_NULL) }, \
|
||||
{ MI_INIT5(MI_STAT_COUNT_NULL) }
|
||||
|
||||
// --------------------------------------------------------
|
||||
// Statically allocate an empty heap as the initial
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue