MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxAllocateChunks

Function fxAllocateChunks

xs/sources/xsPlatforms.c:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114#if mxUseDefaultChunkAllocation
115
116void* fxAllocateChunks(txMachine* the, txSize theSize)
117{
118 return c_malloc(theSize);
119}
120
121void fxFreeChunks(txMachine* the, void* theChunks)
122{

Callers 1

fxGrowChunksFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected