ESP-IDF
os_realloc_array()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
os_realloc_array()
os_realloc_array() function
Syntax
Show:
Summary
Declaration
from
os.h:315
static
inline
void
*
os_realloc_array
(
void
*
ptr
,
size_t
nmemb
,
size_t
size
)
;
Arguments
Argument
ptr
nmemb
size
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
*
os_realloc_array
(
void
*
ptr
,
size_t
nmemb
,
size_t
size
)
os.h:315
n
=
os_realloc_array
(
wpa_s
->
last_scan_res
,
siz
,
bss.c:350
wpa_bss_update_scan_res()
Call Tree
from
examples
os_realloc_array()
is called by 1 function and calls 1 function:
wpa_bss_update_scan_res()
All items filtered out
os_realloc_array()
realloc()
All items filtered out
Data Use
from
examples
os_realloc_array()
:
All items filtered out
os_realloc_array()
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