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

Function fxTerminateLinker

xs/tools/xslBase.c:743–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743void fxTerminateLinker(txLinker* linker)
744{
745 txLinkerChunk* block = linker->firstChunk;
746 while (block) {
747 txLinkerChunk* nextChunk = block->nextChunk;
748 c_free(block);
749 block = nextChunk;
750 }
751// {
752// txU1 code;
753// for (code = 0; code < XS_CODE_COUNT; code++) {
754// fprintf(stderr, "%s %d\n", gxCodeNames[code], gxCodeUsages[code]);
755// }
756//
757// }
758}
759
760void fxUnuseCode(txU1 code)
761{

Callers 2

mainFunction · 0.85
xsl.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected