ESP-IDF
os_realloc
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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
os_realloc macro
Syntax
Show:
Summary
Declaration
from
os.h:217
#define
os_realloc
(
p
,
s
)
realloc
(
(
p
)
,
(
s
)
)
Arguments
Argument
p
s
Examples
References
from
examples
Code
Location
#define
os_realloc
(
p
,
s
)
realloc
(
(
p
)
,
(
s
)
)
os.h:217
nbss
=
os_realloc
(
bss
,
sizeof
(
*
bss
)
+
res
->
ie_len
+
bss.c:249
char
*
nbuf
=
os_realloc
(
*
buf
,
*
buf_len
+
need
)
;
eap_fast_pac.c:497
_methods
=
(
struct
eap_method_type
*
)
os_realloc
(
methods
,
eap_tls_common.c:1020
u8
*
neweap
=
(
u8
*
)
os_realloc
(
parse
->
eapdata
,
parse
->
eap_len
+
dlen
)
;
eap_ttls.c:884
tmp
=
os_realloc
(
str
,
buf_len
)
;
json.c:90
#define
XREALLOC
os_realloc
libtommath.h:80
return
os_realloc
(
ptr
,
nmemb
*
size
)
;
os.h:319
nbuf
=
os_realloc
(
buf
->
buf
,
buf
->
used
+
add_len
)
;
wpabuf.c:76
nbuf
=
(
unsigned
char
*
)
os_realloc
(
buf
,
sizeof
(
struct
wpabuf
)
+
wpabuf.c:94
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