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

Function fxNewLinkerChunkClear

xs/tools/xslBase.c:409–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409void* fxNewLinkerChunkClear(txLinker* linker, txSize size)
410{
411 void* result = fxNewLinkerChunk(linker, size);
412 c_memset(result, 0, size);
413 return result;
414}
415
416txLinkerInclude* fxNewLinkerInclude(txLinker* linker, txString path)
417{

Callers 15

fxNewColorEntryFunction · 0.85
fxNewColorTableFunction · 0.85
fxNewConflictEntryFunction · 0.85
fxNewConflictTableFunction · 0.85
fxOptimizeFunction · 0.85
mainFunction · 0.85
fxCheckAliasesFunction · 0.85
fxPrepareProjectionFunction · 0.85
fxInitializeLinkerFunction · 0.85
fxNewLinkerBuilderFunction · 0.85
fxNewLinkerCallbackFunction · 0.85
fxNewLinkerIncludeFunction · 0.85

Calls 1

fxNewLinkerChunkFunction · 0.85

Tested by

no test coverage detected