zephyr/tests/kernel/mem_heap/mheap_api_concept/src
Marcin Szkudlinski 2a0ee8c920 lib/os: Add metadata to heap in multi_heap
When operating on different kinds of heaps sometimes there's a need to
perform special operations on heap, poweroff memory bank when releasing
memory etc. Therefore some additional data may be required.
Metadata is a point to keep such data.

Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>
2022-03-11 13:56:05 -05:00
..
main.c
test_mheap_api.c lib/os: Add metadata to heap in multi_heap 2022-03-11 13:56:05 -05:00
test_mheap_concept.c kconfig: Rename the TEST_EXTRA stack size option to align with the rest 2022-02-22 08:23:05 -05:00
test_mheap.h