mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-10 17:29:31 +03:00
Merge branch 'dev-trace' into dev-slice-trace
This commit is contained in:
commit
ad6d182170
1 changed files with 2 additions and 2 deletions
|
@ -210,8 +210,8 @@ static void _mi_show_block_trace(const mi_page_t* page, const mi_block_t* block,
|
|||
}
|
||||
}
|
||||
#else
|
||||
static void _mi_show_block_trace(const mi_page_t* page, const mi_block_t* block) {
|
||||
MI_UNUSED(page); MI_UNUSED(block);
|
||||
static void _mi_show_block_trace(const mi_page_t* page, const mi_block_t* block, const char* msg) {
|
||||
MI_UNUSED(page); MI_UNUSED(block); MI_UNUSED(msg);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue