ESP-IDF
esp_cache_aligned_malloc_internal()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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
esp_cache_aligned_malloc_internal()
esp_cache_aligned_malloc_internal() function
Syntax
Show:
Summary
Declaration
from
esp_cache.c:153
static
esp_err_t
esp_cache_aligned_malloc_internal
(
size_t
size
,
uint32_t
heap_caps
,
void
*
*
out_ptr
,
size_t
*
actual_size
)
;
Arguments
Argument
size
heap_caps
out_ptr
actual_size
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
esp_cache_aligned_malloc_internal
(
size_t
size
,
uint32_t
heap_caps
,
void
*
*
out_ptr
,
size_t
*
actual_size
)
esp_cache.c:153
return
esp_cache_aligned_malloc_internal
(
size
,
heap_caps
,
out_ptr
,
actual_size
)
;
esp_cache.c:190
esp_cache_aligned_malloc()
ret
=
esp_cache_aligned_malloc_internal
(
size
,
flags
,
out_ptr
,
actual_size
)
;
esp_cache.c:205
esp_cache_aligned_malloc_prefer()
ret
=
esp_cache_aligned_malloc_internal
(
size_bytes
,
heap_caps
,
&
ptr
,
actual_size
)
;
esp_cache.c:227
esp_cache_aligned_calloc()
ret
=
esp_cache_aligned_malloc_internal
(
size_bytes
,
arg
,
&
ptr
,
actual_size
)
;
esp_cache.c:254
esp_cache_aligned_calloc_prefer()
Call Tree
from
examples
esp_cache_aligned_malloc_internal()
is called by 4 functions and calls 5 functions:
esp_cache_aligned_malloc()
esp_cache_aligned_malloc_prefer()
esp_cache_aligned_calloc()
esp_cache_aligned_calloc_prefer()
All items filtered out
esp_cache_aligned_malloc_internal()
esp_log_get_default_level()
esp_rom_printf()
esp_log_timestamp()
heap_caps_aligned_alloc()
cache_hal_get_cache_line_size()
All items filtered out
Data Use
from
examples
esp_cache_aligned_malloc_internal()
reads 3 variables:
esp_log_level_t::ESP_LOG_ERROR
cache_type_t::CACHE_TYPE_DATA
TAG
All items filtered out
esp_cache_aligned_malloc_internal()
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