ESP-IDF
TRex::_nallocated
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TRex::_nallocated
TRex::_nallocated field
Syntax
Show:
Summary
Declaration
from
arg_rex.c:365
int
_nallocated
;
Examples
References
from
examples
Code
Location
Referrer
int
_nallocated
;
arg_rex.c:365
if
(
exp
->
_nallocated
<
(
exp
->
_nsize
+
1
)
)
{
arg_rex.c:384
trex_newnode()
exp
->
_nallocated
*=
2
;
arg_rex.c:385
trex_newnode()
exp
->
_nodes
=
(
TRexNode
*
)
xrealloc
(
exp
->
_nodes
,
(
size_t
)
exp
->
_nallocated
*
sizeof
(
TRexNode
)
)
;
arg_rex.c:386
trex_newnode()
exp
->
_nallocated
=
(
int
)
(
scstrlen
(
pattern
)
*
sizeof
(
TRexChar
)
)
;
arg_rex.c:912
trex_compile()
exp
->
_nodes
=
(
TRexNode
*
)
xmalloc
(
(
size_t
)
exp
->
_nallocated
*
sizeof
(
TRexNode
)
)
;
arg_rex.c:913
trex_compile()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TRex::_nallocated
is written by 2 functions and is read by 2 functions:
trex_newnode()
trex_compile()
All items filtered out
TRex::_nallocated
trex_newnode()
trex_compile()
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