MCPcopy Create free account
hub / github.com/NICUP14/MiniLang / ml_realloc

Function ml_realloc

skel/include/mlalloc.c:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void *ml_realloc(void *ptr, size_t size)
14{
15 return gc_realloc(&ml_gc, ptr, size);
16}
17
18void ml_free(void *ptr)
19{

Callers

nothing calls this directly

Calls 1

gc_reallocFunction · 0.70

Tested by

no test coverage detected