Home
last modified time | relevance | path

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

/Zephyr-latest/lib/heap/
Dheap_listener.c31 void heap_listener_notify_alloc(uintptr_t heap_id, void *mem, size_t bytes) in heap_listener_notify_alloc()
47 void heap_listener_notify_free(uintptr_t heap_id, void *mem, size_t bytes) in heap_listener_notify_free()
63 void heap_listener_notify_resize(uintptr_t heap_id, void *old_heap_end, void *new_heap_end) in heap_listener_notify_resize()
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/src/
Dmain.c15 void on_heap_alloc(uintptr_t heap_id, void *mem, size_t bytes) in on_heap_alloc()
22 void on_heap_free(uintptr_t heap_id, void *mem, size_t bytes) in on_heap_free()
/Zephyr-latest/tests/lib/newlib/heap_listener/src/
Dmain.c29 static void heap_resized(uintptr_t heap_id, void *old_heap_end, void *new_heap_end) in heap_resized()
/Zephyr-latest/tests/lib/heap/src/
Dmain.c395 static void heap_alloc_cb(uintptr_t heap_id, void *mem, size_t bytes) in heap_alloc_cb()
404 static void heap_free_cb(uintptr_t heap_id, void *mem, size_t bytes) in heap_free_cb()
/Zephyr-latest/include/zephyr/sys/
Dheap_listener.h103 uintptr_t heap_id; member
/Zephyr-latest/tests/lib/mem_blocks/src/
Dmain.c84 static void mem_block_alloc_free_cb(uintptr_t heap_id, void *mem, size_t bytes) in mem_block_alloc_free_cb()