mirror of
https://github.com/microsoft/mimalloc.git
synced 2024-12-28 05:50:51 +08:00
fix issue number: 212 to #221
This commit is contained in:
parent
888f39b324
commit
faa83a1c47
@ -20,7 +20,7 @@ static void msleep(unsigned long msecs) { Sleep(msecs); }
|
|||||||
static void msleep(unsigned long msecs) { usleep(msecs * 1000UL); }
|
static void msleep(unsigned long msecs) { usleep(msecs * 1000UL); }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void heap_thread_free_large(); // issue #212
|
void heap_thread_free_large(); // issue #221
|
||||||
void heap_no_delete(); // issue #202
|
void heap_no_delete(); // issue #202
|
||||||
void heap_late_free(); // issue #204
|
void heap_late_free(); // issue #204
|
||||||
void padding_shrink(); // issue #209
|
void padding_shrink(); // issue #209
|
||||||
|
Loading…
x
Reference in New Issue
Block a user