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

Function pool_init

modules/crypt/arith/xsBigIntEx.c:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60} pool_t;
61
62static void pool_init(pool_t *pool)
63{
64 c_memset(pool, 0, sizeof(pool_t));
65}
66
67static txBigInt *pool_get(xsMachine *the, txU2 size, pool_t *pool)
68{

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

no outgoing calls

Tested by

no test coverage detected