Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dmem_blocks.h44 struct sys_multi_mem_blocks;
58 typedef struct sys_multi_mem_blocks sys_multi_mem_blocks_t;
79 (struct sys_multi_mem_blocks *group, void *cfg);
112 struct sys_multi_mem_blocks { struct
/Zephyr-latest/doc/kernel/memory_management/
Dsys_mem_blocks.rst169 sys_mem_blocks_t *choice_fn(struct sys_multi_mem_blocks *group, void *cfg)
/Zephyr-latest/tests/lib/mem_blocks/src/
Dmain.c47 sys_mem_blocks_t *choice_fn(struct sys_multi_mem_blocks *group, void *cfg) in choice_fn()