ESP-IDF
xrealloc
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
xrealloc
xrealloc macro
Syntax
Show:
Summary
Declaration
from
argtable3_private.h:91
#define
xrealloc
argtable3_xrealloc
Examples
References
from
examples
Code
Location
#define
xrealloc
argtable3_xrealloc
argtable3_private.h:91
exp
->
_nodes
=
(
TRexNode
*
)
xrealloc
(
exp
->
_nodes
,
(
size_t
)
exp
->
_nallocated
*
sizeof
(
TRexNode
)
)
;
arg_rex.c:386
void
*
xrealloc
(
void
*
ptr
,
size_t
size
)
{
arg_utils.c:105
extern
void
*
xrealloc
(
void
*
ptr
,
size_t
size
)
;
argtable3_private.h:98
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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