mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
pass all debug tests
This commit is contained in:
parent
9ebe941ce0
commit
8f2a5864b8
6 changed files with 50 additions and 10 deletions
|
@ -463,7 +463,7 @@ static inline mi_page_t* _mi_checked_ptr_page(const void* p) {
|
|||
}
|
||||
|
||||
static inline mi_page_t* _mi_ptr_page(const void* p) {
|
||||
#if MI_DEBUG
|
||||
#if 1 // MI_DEBUG
|
||||
return _mi_checked_ptr_page(p);
|
||||
#else
|
||||
return _mi_ptr_page_ex(p,NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue