mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
change implementation of mi_realpath to be more robust; see issue #660
This commit is contained in:
parent
94b8cb870e
commit
ef3f651f3f
2 changed files with 19 additions and 4 deletions
|
@ -39,6 +39,7 @@ static void heap_thread_free_huge();
|
|||
|
||||
static void test_stl_allocators();
|
||||
|
||||
|
||||
int main() {
|
||||
mi_stats_reset(); // ignore earlier allocations
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue