diff options
-rw-r--r-- | memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -76,7 +76,6 @@ static void* heap_alloc_impla(Heap* h, int size) { p = 0; m = sizeof *header; h->usage += as; - printf("%d\n", h->usage); for (i = 0; i < h->blocks; i++) { header = (int*)(h->buffer + p); s = header[0]; |