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
6cf904cc0d
zephyr
/
tests
/
kernel
/
mem_pool
/
mem_pool_api
/
prj.conf
4 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: kernel: added memory pool api test TestPurpose: verify memory pool APIs. All TESTPOINTs extracted from kernel-doc comments in <kernel.h> ZEP-1210 Change-Id: I7dcc0638e7b9c4d6b5ffe282e4fe41ca520d003f Signed-off-by: Sharron LIU <sharron.liu@intel.com>
2016-12-28 11:36:47 +08:00
CONFIG_ZTEST=y
CONFIG_IRQ_OFFLOAD=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=128