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

Function pool_dispose

modules/crypt/arith/xsBigIntEx.c:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91static void pool_dispose(xsMachine *the, pool_t *pool)
92{
93 for (int i = MAX_PELM; --i >= 0;) {
94 if (pool->pelm[i] != NULL)
95 fxBigInt_free(the, pool->pelm[i]);
96 }
97}
98
99/*
100 * common functions

Callers 9

fxBigInt_mod_exp_LRFunction · 0.85
mont_outFunction · 0.85
fxBigInt_mont_exp_LRFunction · 0.85
fxBigInt_mont_exp_SWFunction · 0.85
fxBigInt_ec_doubleFunction · 0.85
fxBigInt_ec_addFunction · 0.85
fxBigInt_ec_mulFunction · 0.85
fxBigInt_ec_mul2Function · 0.85
fxBigInt_ec_normFunction · 0.85

Calls 1

fxBigInt_freeFunction · 0.85

Tested by

no test coverage detected