ESP-IDF
mp_int::alloc
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mp_int::alloc
mp_int::alloc field
Syntax
Show:
Summary
Declaration
from
libtommath.h:118
int
used
,
alloc
;
Examples
References
from
examples
Code
Location
Referrer
int
used
,
alloc
,
sign
;
libtommath.h:118
if
(
c
->
alloc
<
max
+
1
)
{
libtommath.h:230
s_mp_add()
if
(
c
->
alloc
<
max
)
{
libtommath.h:309
s_mp_sub()
a
->
alloc
=
MP_PREC
;
libtommath.h:386
mp_init()
a
->
alloc
=
a
->
used
=
0
;
libtommath.h:411
mp_clear()
if
(
a
->
alloc
<
2
)
{
libtommath.h:970
mp_read_unsigned_bin()
for
(
n
=
0
;
n
<
a
->
alloc
;
n
++
)
{
libtommath.h:1129
mp_zero()
if
(
b
->
alloc
<
a
->
used
)
{
libtommath.h:1147
mp_copy()
if
(
a
->
alloc
<
size
)
{
libtommath.h:1282
mp_grow()
i
=
a
->
alloc
;
libtommath.h:1302
mp_grow()
a
->
alloc
=
size
;
libtommath.h:1303
mp_grow()
for
(
;
i
<
a
->
alloc
;
i
++
)
{
libtommath.h:1304
mp_grow()
if
(
c
->
alloc
<
(
int
)
(
c
->
used
+
b
/
DIGIT_BIT
+
1
)
)
{
libtommath.h:1412
mp_mul_2d()
if
(
a
->
alloc
<
a
->
used
+
b
)
{
libtommath.h:1532
mp_lshd()
if
(
c
->
alloc
<
digs
)
{
libtommath.h:2463
fast_s_mp_mul_digs()
a
->
alloc
=
size
;
libtommath.h:2544
mp_init_size()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mp_int::alloc
is written by 4 functions and is read by 9 functions:
mp_init()
mp_clear()
mp_grow()
mp_init_size()
All items filtered out
mp_int::alloc
s_mp_add()
s_mp_sub()
mp_read_unsigned_bin()
mp_zero()
mp_copy()
mp_grow()
mp_mul_2d()
mp_lshd()
fast_s_mp_mul_digs()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out