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

Function StdlibMalloc

common/script/cstdlib/stdlib.c:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void StdlibMalloc(
48 struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)
49{
50 ReturnValue->Val->Pointer = ckpt_script_malloc(Param[0]->Val->Integer);
51}
52
53void StdlibCalloc(
54 struct ParseState* Parser, struct Value* ReturnValue, struct Value** Param, int NumArgs)

Callers

nothing calls this directly

Calls 1

ckpt_script_mallocFunction · 0.85

Tested by

no test coverage detected