Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
extern
"C"
{
167
168
void* ckpt_script_malloc(size_t size)
169
{
170
return ScriptHeap::get().alloc(size);
171
}
172
173
void* ckpt_script_calloc(size_t count, size_t size)
174
{
Callers
1
StdlibMalloc
Function · 0.85
Calls
2
get
Function · 0.85
alloc
Method · 0.80
Tested by
no test coverage detected