Searched defs:heap_ref (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/kernel/ |
D | mempool.c | 15 struct k_heap **heap_ref; in z_heap_aligned_alloc() local 45 struct k_heap **heap_ref; in k_free() local
|
/Zephyr-Core-3.5.0/include/zephyr/tracing/ |
D | tracing.h | 1724 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 1731 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|
/Zephyr-Core-3.5.0/subsys/tracing/sysview/ |
D | tracing_sysview.h | 567 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 568 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|
/Zephyr-Core-3.5.0/subsys/tracing/user/ |
D | tracing_user.h | 295 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 296 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|
/Zephyr-Core-3.5.0/subsys/tracing/ctf/ |
D | tracing_ctf.h | 310 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 311 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|
/Zephyr-Core-3.5.0/subsys/tracing/test/ |
D | tracing_test.h | 390 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) \ argument 392 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) \ argument
|