Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
static 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_LR
Function · 0.85
mont_out
Function · 0.85
fxBigInt_mont_exp_LR
Function · 0.85
fxBigInt_mont_exp_SW
Function · 0.85
fxBigInt_ec_double
Function · 0.85
fxBigInt_ec_add
Function · 0.85
fxBigInt_ec_mul
Function · 0.85
fxBigInt_ec_mul2
Function · 0.85
fxBigInt_ec_norm
Function · 0.85
Calls
1
fxBigInt_free
Function · 0.85
Tested by
no test coverage detected