roll back again to new arena cache: previous perf regression was caused due to accidentally making secure mode default

This commit is contained in:
daan 2020-05-02 12:04:36 -07:00
parent 18d697a1e6
commit 69158f2c76
2 changed files with 112 additions and 156 deletions

View file

@ -33,7 +33,7 @@ terms of the MIT license. A copy of the license can be found in the file
// #define MI_SECURE 4 // checks for double free. (may be more expensive)
#if !defined(MI_SECURE)
#define MI_SECURE 4
#define MI_SECURE 0
#endif
// Define MI_DEBUG for debug mode