ESP-IDF
xcalloc
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
xcalloc
xcalloc macro
Syntax
Show:
Summary
Declaration
from
argtable3_private.h:90
#define
xcalloc
argtable3_xcalloc
Examples
References
from
examples
Code
Location
#define
xcalloc
argtable3_xcalloc
argtable3_private.h:90
result
=
(
struct
arg_date
*
)
xcalloc
(
1
,
nbytes
)
;
arg_date.c:144
void
*
xcalloc
(
size_t
count
,
size_t
size
)
{
arg_utils.c:95
extern
void
*
xcalloc
(
size_t
count
,
size_t
size
)
;
argtable3_private.h:97
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