Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ pool_put
Function
pool_put
modules/crypt/arith/xsBigIntEx.c:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
static void pool_put(txBigInt *e, txU2 size)
87
{
88
e->size = FREE_MASK | size;
89
}
90
91
static void pool_dispose(xsMachine *the, pool_t *pool)
92
{
Callers
11
fxBigInt_mod_add
Function · 0.85
fxBigInt_mod_dbl
Function · 0.85
fxBigInt_mod_sub
Function · 0.85
fxBigInt_mod_mul
Function · 0.85
fxBigInt_mod_square
Function · 0.85
mont_reduction
Function · 0.85
mont_mul
Function · 0.85
mont_square
Function · 0.85
mont_exp_init
Function · 0.85
ec_double
Function · 0.85
ec_add
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected