MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / ckpt_script_realloc

Function ckpt_script_realloc

common/script/scriptheap.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void* ckpt_script_realloc(void* ptr, size_t size)
179{
180 return ScriptHeap::get().reallocate(ptr, size);
181}
182
183void ckpt_script_free(void* ptr)
184{

Callers 1

StdlibReallocFunction · 0.85

Calls 2

getFunction · 0.85
reallocateMethod · 0.80

Tested by

no test coverage detected