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

Function ckpt_script_calloc

common/script/scriptheap.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void* ckpt_script_calloc(size_t count, size_t size)
174{
175 return ScriptHeap::get().allocZeroed(count, size);
176}
177
178void* ckpt_script_realloc(void* ptr, size_t size)
179{

Callers 1

StdlibCallocFunction · 0.85

Calls 2

getFunction · 0.85
allocZeroedMethod · 0.80

Tested by

no test coverage detected