Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
void 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
204
void *fxMemMalloc_noforcefail(size_t size)
Callers
1
fuzz_oss
Function · 0.85
Calls
1
fxMemFree
Function · 0.85
Tested by
no test coverage detected