1
0
mirror of https://github.com/jrcutler/threadless.io.git synced 2024-07-07 10:35:49 +00:00

Rewrote allocator/allocation interface to track individual allocations and sizes

This commit is contained in:
2016-04-03 20:52:32 -04:00
parent 682d8484e0
commit 2777a2d44e
9 changed files with 228 additions and 130 deletions

View File

@@ -14,7 +14,7 @@
#include <stdlib.h>
/* allocator_t, allocator_get_default, allocator_destroy */
#include <threadless/allocator.h>
#include <threadless/default_allocator.h>
/* ... */
#include <threadless/coroutine.h>