Home
last modified time | relevance | path

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

/Zephyr-latest/samples/userspace/prod_consumer/src/
Dapp_shared.c16 K_APP_DMEM(shared_partition) struct sys_heap shared_pool; variable
Dapp_shared.h22 extern struct sys_heap shared_pool;
Dapp_a.c102 payload = sys_heap_alloc(&shared_pool, in monitor_entry()
171 sys_heap_free(&shared_pool, data); in writeback_entry()
Dmain.c45 sys_heap_init(&shared_pool, shared_pool_mem, HEAP_BYTES); in main()