Initial garbage colletor implementation
This commit is contained in:
@ -68,7 +68,6 @@ static UNUSED char *counting_strdup(const char *str) {
|
||||
|
||||
static UNUSED const RefcountAllocator COUNTING_ALLOCATOR = {
|
||||
.malloc = counting_malloc,
|
||||
.realloc = counting_realloc,
|
||||
.free = counting_free,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user