Home
last modified time | relevance | path

Searched refs:total_allocated (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.6.0/samples/subsys/zbus/msg_subscriber/src/
Dmain.c13 static size_t total_allocated; variable
17 total_allocated += bytes; in on_heap_alloc()
19 (unsigned int)total_allocated); in on_heap_alloc()
24 total_allocated -= bytes; in on_heap_free()
26 (unsigned int)total_allocated); in on_heap_free()
175 total_allocated = 0; in main()