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

Function ckpt_script_malloc

common/script/scriptheap.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166extern "C" {
167
168void* ckpt_script_malloc(size_t size)
169{
170 return ScriptHeap::get().alloc(size);
171}
172
173void* ckpt_script_calloc(size_t count, size_t size)
174{

Callers 1

StdlibMallocFunction · 0.85

Calls 2

getFunction · 0.85
allocMethod · 0.80

Tested by

no test coverage detected