ESP-IDF
heap_caps_realloc_default()
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
heap_caps_realloc_default()
heap_caps_realloc_default() function
Syntax
Show:
Summary
Declaration
Definition
from
heap_private.h:82
void
*
heap_caps_realloc_default
(
void
*
p
,
size_t
size
)
;
Implemented in
heap_caps.c:140
Arguments
Argument
p
size
ptr
Examples
References
from
examples
Code
Location
Referrer
HEAP_IRAM_ATTR
void
*
heap_caps_realloc_default
(
void
*
ptr
,
size_t
size
)
heap_caps.c:140
extern
void
*
heap_caps_realloc_default
(
void
*
ptr
,
size_t
size
)
;
heap.c:19
void
*
heap_caps_realloc_default
(
void
*
p
,
size_t
size
)
;
heap_private.h:82
return
heap_caps_realloc_default
(
ptr
,
size
)
;
heap.c:34
realloc()
return
heap_caps_realloc_default
(
ptr
,
size
)
;
heap.c:54
_realloc_r()
Call Tree
from
examples
heap_caps_realloc_default()
is called by 2 functions and calls 3 functions:
realloc()
_realloc_r()
All items filtered out
heap_caps_realloc_default()
heap_caps_realloc()
heap_caps_realloc_base()
heap_caps_alloc_failed()
All items filtered out
Data Use
from
examples
heap_caps_realloc_default()
reads 1 variable:
malloc_alwaysinternal_limit
All items filtered out
heap_caps_realloc_default()
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