This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
a8e0655833
zephyr
/
tests
/
kernel
/
mem_pool
/
sys_mem_pool
/
prj.conf
4 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
sys_mem_pool: add test case This is loosely based on the existing mheap_api_concept test case. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-04-02 02:57:43 +08:00
CONFIG_ZTEST=y
CONFIG_TEST_USERSPACE=y
tests: mempool: Enhance tests to improve code coverage Assisning system heap to the current thread. And validate allocation and free memory from the same system heap memory pool. Signed-off-by: Ajay Kishore <ajay.kishore@intel.com>
2018-07-28 00:02:09 +08:00
CONFIG_HEAP_MEM_POOL_SIZE=256