Searched refs:requested_size (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/zephyr/port/heap/ |
D | heap_caps_zephyr.c | 38 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/ |
D | heap_caps_linux.c | 31 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()
|
D | heap_caps.c | 87 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()
|