MCPcopy 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
86static void pool_put(txBigInt *e, txU2 size)
87{
88 e->size = FREE_MASK | size;
89}
90
91static void pool_dispose(xsMachine *the, pool_t *pool)
92{

Callers 11

fxBigInt_mod_addFunction · 0.85
fxBigInt_mod_dblFunction · 0.85
fxBigInt_mod_subFunction · 0.85
fxBigInt_mod_mulFunction · 0.85
fxBigInt_mod_squareFunction · 0.85
mont_reductionFunction · 0.85
mont_mulFunction · 0.85
mont_squareFunction · 0.85
mont_exp_initFunction · 0.85
ec_doubleFunction · 0.85
ec_addFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected