fix issue number: 212 to #221

This commit is contained in:
daan 2020-04-06 09:19:26 -07:00
parent 888f39b324
commit faa83a1c47

View File

@ -20,7 +20,7 @@ static void msleep(unsigned long msecs) { Sleep(msecs); }
static void msleep(unsigned long msecs) { usleep(msecs * 1000UL); }
#endif
void heap_thread_free_large(); // issue #212
void heap_thread_free_large(); // issue #221
void heap_no_delete(); // issue #202
void heap_late_free(); // issue #204
void padding_shrink(); // issue #209