Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
void* ckpt_script_calloc(size_t count, size_t size)
174
{
175
return ScriptHeap::get().allocZeroed(count, size);
176
}
177
178
void* ckpt_script_realloc(void* ptr, size_t size)
179
{
Callers
1
StdlibCalloc
Function · 0.85
Calls
2
get
Function · 0.85
allocZeroed
Method · 0.80
Tested by
no test coverage detected