Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxMemFree
Function
fxMemFree
xs/tools/xstFuzz.c:259–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
257
}
258
259
void fxMemFree(void *m)
260
{
261
unlinkMemoryBlock(m);
262
free(m);
263
}
264
265
#else // 0 == mxXSMemoryLimit
266
Callers
1
freeMemoryBlocks
Function · 0.85
Calls
1
unlinkMemoryBlock
Function · 0.85
Tested by
no test coverage detected