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/subsys/tracing/user/ |
D | tracing_user.h | 368 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 369 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | tracing_ctf.h | 327 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 328 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|
/Zephyr-latest/include/zephyr/tracing/ |
D | tracing.h | 1852 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 1859 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | tracing_sysview.h | 610 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument 611 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
|
/Zephyr-latest/subsys/tracing/test/ |
D | tracing_test.h | 416 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) \ argument 418 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) \ argument
|