diff options
Diffstat (limited to 'mem.c')
-rw-r--r-- | mem.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ void * alloc_code(size_t *size) perror("alloc_code"); return NULL; } + track_block(ret); next = ret + *size; return ret; } |