Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 6 of 6) sorted by relevance

/subsys/tracing/sysview/
A Dtracing_sysview.h40 #define sys_port_trace_k_thread_heap_assign(thread, heap) argument
609 #define sys_port_trace_k_heap_sys_k_aligned_alloc_enter(heap) argument
610 #define sys_port_trace_k_heap_sys_k_aligned_alloc_exit(heap, ret) argument
611 #define sys_port_trace_k_heap_sys_k_malloc_enter(heap) argument
612 #define sys_port_trace_k_heap_sys_k_malloc_exit(heap, ret) argument
613 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) argument
614 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) argument
615 #define sys_port_trace_k_heap_sys_k_calloc_enter(heap) argument
616 #define sys_port_trace_k_heap_sys_k_calloc_exit(heap, ret) argument
617 #define sys_port_trace_k_heap_sys_k_realloc_enter(heap, ptr) argument
[all …]
/subsys/pmci/mctp/
A Dmctp_memory.c16 struct sys_heap heap; member
/subsys/tracing/user/
A Dtracing_user.h107 #define sys_port_trace_k_thread_heap_assign(thread, heap) argument
356 #define sys_port_trace_k_heap_init(heap) argument
360 #define sys_port_trace_k_heap_alloc_enter(heap, timeout) argument
361 #define sys_port_trace_k_heap_alloc_exit(heap, timeout, ret) argument
362 #define sys_port_trace_k_heap_calloc_enter(heap, timeout) argument
364 #define sys_port_trace_k_heap_free(heap) argument
369 #define sys_port_trace_k_heap_sys_k_malloc_enter(heap) argument
370 #define sys_port_trace_k_heap_sys_k_malloc_exit(heap, ret) argument
373 #define sys_port_trace_k_heap_sys_k_calloc_enter(heap) argument
374 #define sys_port_trace_k_heap_sys_k_calloc_exit(heap, ret) argument
[all …]
/subsys/tracing/ctf/
A Dtracing_ctf.h30 #define sys_port_trace_k_thread_heap_assign(thread, heap) argument
319 #define sys_port_trace_k_heap_init(heap) argument
323 #define sys_port_trace_k_heap_alloc_enter(heap, timeout) argument
324 #define sys_port_trace_k_heap_alloc_exit(heap, timeout, ret) argument
325 #define sys_port_trace_k_heap_calloc_enter(heap, timeout) argument
327 #define sys_port_trace_k_heap_free(heap) argument
332 #define sys_port_trace_k_heap_sys_k_malloc_enter(heap) argument
333 #define sys_port_trace_k_heap_sys_k_malloc_exit(heap, ret) argument
336 #define sys_port_trace_k_heap_sys_k_calloc_enter(heap) argument
337 #define sys_port_trace_k_heap_sys_k_calloc_exit(heap, ret) argument
[all …]
/subsys/mem_mgmt/
A Dmem_attr_heap.c16 struct sys_heap heap; member
/subsys/tracing/test/
A Dtracing_test.h21 #define sys_port_trace_k_thread_heap_assign(thread, heap) \ argument
416 #define sys_port_trace_k_heap_sys_k_aligned_alloc_enter(heap) \ argument
418 #define sys_port_trace_k_heap_sys_k_aligned_alloc_exit(heap, ret) \ argument
420 #define sys_port_trace_k_heap_sys_k_malloc_enter(heap) \ argument
422 #define sys_port_trace_k_heap_sys_k_malloc_exit(heap, ret) \ argument
424 #define sys_port_trace_k_heap_sys_k_free_enter(heap, heap_ref) \ argument
426 #define sys_port_trace_k_heap_sys_k_free_exit(heap, heap_ref) \ argument
428 #define sys_port_trace_k_heap_sys_k_calloc_enter(heap) \ argument
430 #define sys_port_trace_k_heap_sys_k_calloc_exit(heap, ret) \ argument
432 #define sys_port_trace_k_heap_sys_k_realloc_enter(heap, ptr) \ argument
[all …]

Completed in 441 milliseconds