Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
void* fxAllocateChunks(txMachine* the, txSize theSize)
117
{
118
return c_malloc(theSize);
119
}
120
121
void fxFreeChunks(txMachine* the, void* theChunks)
122
{
Callers
1
fxGrowChunks
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected