mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-08 20:38:41 +03:00
Expose _mi_heap_is_valid
This commit is contained in:
parent
91b21ca420
commit
c92a3ec6c3
3 changed files with 5 additions and 4 deletions
|
@ -105,6 +105,7 @@ void _mi_block_zero_init(const mi_page_t* page, void* p, size_t size);
|
|||
|
||||
#if MI_DEBUG>1
|
||||
bool _mi_page_is_valid(mi_page_t* page);
|
||||
bool _mi_heap_is_valid(mi_heap_t* heap);
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue