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

Function freeMemoryBlocks

xs/tools/xstFuzz.c:194–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void freeMemoryBlocks(void)
195{
196 int i;
197 for (i = 0; i < kMemoryBlockCount; i++) {
198 while (gBlocks[i])
199 fxMemFree(gBlocks[i]->address);
200 }
201}
202
203#if mxNoChunks
204void *fxMemMalloc_noforcefail(size_t size)

Callers 1

fuzz_ossFunction · 0.85

Calls 1

fxMemFreeFunction · 0.85

Tested by

no test coverage detected