Lines Matching refs:heap
40 #define sys_port_trace_k_thread_heap_assign(thread, heap) argument
569 #define sys_port_trace_k_heap_init(heap) \ argument
570 SEGGER_SYSVIEW_RecordU32(TID_HEAP_INIT, (uint32_t)(uintptr_t)heap)
572 #define sys_port_trace_k_heap_aligned_alloc_enter(heap, timeout) \ argument
573 SEGGER_SYSVIEW_RecordU32x2(TID_HEAP_ALIGNED_ALLOC, (uint32_t)(uintptr_t)heap, \
576 #define sys_port_trace_k_heap_aligned_alloc_blocking(heap, timeout) argument
578 #define sys_port_trace_k_heap_aligned_alloc_exit(heap, timeout, ret) \ argument
581 #define sys_port_trace_k_heap_alloc_enter(heap, timeout) \ argument
582 SEGGER_SYSVIEW_RecordU32x2(TID_HEAP_ALLOC, (uint32_t)(uintptr_t)heap, \
585 #define sys_port_trace_k_heap_alloc_exit(heap, timeout, ret) \ argument
588 #define sys_port_trace_k_heap_calloc_enter(heap, timeout) \ argument
589 SEGGER_SYSVIEW_RecordU32x2(TID_HEAP_CALLOC, (uint32_t)(uintptr_t)heap, \
592 #define sys_port_trace_k_heap_calloc_exit(heap, timeout, ret) \ argument
595 #define sys_port_trace_k_heap_free(heap) \ argument
596 SEGGER_SYSVIEW_RecordU32(TID_HEAP_FREE, (uint32_t)(uintptr_t)heap)
598 #define sys_port_trace_k_heap_realloc_enter(heap, ptr, bytes, timeout) \ argument
599 SEGGER_SYSVIEW_RecordU32x4(TID_HEAP_REALLOC, (uint32_t)(uintptr_t)heap, \
603 #define sys_port_trace_k_heap_realloc_exit(heap, ptr, bytes, timeout, ret) \ argument
606 #define sys_port_trace_k_heap_sys_k_aligned_alloc_enter(heap) argument
607 #define sys_port_trace_k_heap_sys_k_aligned_alloc_exit(heap, ret) argument
608 #define sys_port_trace_k_heap_sys_k_malloc_enter(heap) argument
609 #define sys_port_trace_k_heap_sys_k_malloc_exit(heap, ret) argument
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
612 #define sys_port_trace_k_heap_sys_k_calloc_enter(heap) argument
613 #define sys_port_trace_k_heap_sys_k_calloc_exit(heap, ret) argument
614 #define sys_port_trace_k_heap_sys_k_realloc_enter(heap, ptr) argument
615 #define sys_port_trace_k_heap_sys_k_realloc_exit(heap, ptr, ret) argument