MCPcopy 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
259void fxMemFree(void *m)
260{
261 unlinkMemoryBlock(m);
262 free(m);
263}
264
265#else // 0 == mxXSMemoryLimit
266

Callers 1

freeMemoryBlocksFunction · 0.85

Calls 1

unlinkMemoryBlockFunction · 0.85

Tested by

no test coverage detected