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

Function fxBigInt_free

xs/sources/xsBigInt.c:933–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931}
932
933void fxBigInt_free(txMachine* the, txBigInt *bigint)
934{
935#ifndef mxCompile
936 if (bigint == &the->stack->value.bigint)
937 the->stack++;
938// else
939// fprintf(stderr, "oops\n");
940#endif
941}
942
943int fxBigInt_comp(txBigInt *a, txBigInt *b)
944{

Callers 11

pool_disposeFunction · 0.85
mont_inFunction · 0.85
fxBigInt_andFunction · 0.85
fxBigInt_orFunction · 0.85
fxBigInt_xorFunction · 0.85
fxBigInt_expFunction · 0.85
fxBigInt_modFunction · 0.85
fxBigInt_remFunction · 0.85
fxBigInt_udivFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected