Searched refs:function_name (Results 1 – 7 of 7) 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 …static void heap_caps_alloc_failed(size_t requested_size, uint32_t caps, const char *function_name) in heap_caps_alloc_failed() argument 90 alloc_failed_callback(requested_size, caps, function_name); in heap_caps_alloc_failed()
|
/hal_espressif-latest/components/heap/include/ |
D | esp_heap_caps.h | 54 typedef void (*esp_alloc_failed_hook_t) (size_t size, uint32_t caps, const char * function_name);
|
/hal_espressif-latest/tools/ci/ |
D | check_callgraph.py | 173 function_name = match.group('function') 174 last_function = RtlFunction(function_name, rtl_filename, tu_filename) 382 … This will force the parser to ignore the symbol preceding the call to function_name'
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | util.py | 187 def __init__(self, esp, function_name): argument
|
/hal_espressif-latest/components/esp_system/ |
D | system_init_fn.txt | 10 # prio: function_name in path/to/source_file on affinity_expression
|