Searched defs:heap_ref (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/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 119 struct k_heap *heap, **heap_ref; in k_realloc() local
|
/Zephyr-latest/include/zephyr/tracing/ |
D | tracing.h | 1780 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 1787 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | tracing_ctf.h | 316 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 317 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | tracing_sysview.h | 599 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 600 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|
/Zephyr-latest/subsys/tracing/test/ |
D | tracing_test.h | 401 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) \ argument 403 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) \ argument
|
/Zephyr-latest/subsys/tracing/user/ |
D | tracing_user.h | 356 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 357 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|