Searched defs:heap_id (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/lib/heap/ |
D | heap_listener.c | 31 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/ |
D | main.c | 15 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/ |
D | main.c | 29 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/ |
D | main.c | 395 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/ |
D | heap_listener.h | 103 uintptr_t heap_id; member
|
/Zephyr-latest/tests/lib/mem_blocks/src/ |
D | main.c | 84 static void mem_block_alloc_free_cb(uintptr_t heap_id, void *mem, size_t bytes) in mem_block_alloc_free_cb()
|