Home
last modified time | relevance | path

Searched refs:requested_size (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c38 static void heap_caps_alloc_failed(size_t requested_size, uint32_t caps, const char *function_name) in heap_caps_alloc_failed() argument
41 alloc_failed_callback(requested_size, caps, function_name); in heap_caps_alloc_failed()
/hal_espressif-latest/components/heap/
Dheap_caps_linux.c31 static void heap_caps_alloc_failed(size_t requested_size, uint32_t caps, const char *function_name) in heap_caps_alloc_failed() argument
34 alloc_failed_callback(requested_size, caps, function_name); in heap_caps_alloc_failed()
Dheap_caps.c87 HEAP_IRAM_ATTR NOINLINE_ATTR static void heap_caps_alloc_failed(size_t requested_size, uint32_t cap… in heap_caps_alloc_failed() argument
90 alloc_failed_callback(requested_size, caps, function_name); in heap_caps_alloc_failed()
95 fmt_abort_str(buf, requested_size, caps); in heap_caps_alloc_failed()