Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
void* ckpt_script_realloc(void* ptr, size_t size)
179
{
180
return ScriptHeap::get().reallocate(ptr, size);
181
}
182
183
void ckpt_script_free(void* ptr)
184
{
Callers
1
StdlibRealloc
Function · 0.85
Calls
2
get
Function · 0.85
reallocate
Method · 0.80
Tested by
no test coverage detected