mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-09 12:58:41 +03:00
commit
8ff080130d
5 changed files with 51 additions and 5 deletions
|
@ -36,6 +36,10 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
#define MI_SECURE 0
|
||||
#endif
|
||||
|
||||
#if !defined(MI_USER_CLEANUP)
|
||||
#define MI_USER_CLEANUP 0
|
||||
#endif
|
||||
|
||||
// Define MI_DEBUG for debug mode
|
||||
// #define MI_DEBUG 1 // basic assertion checks and statistics, check double free, corrupted free list, and invalid pointer free.
|
||||
// #define MI_DEBUG 2 // + internal assertion checks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue