Andy Ross
3953e07822
tests/kernel/mem_heap: Add minimum-size heap test
...
Add test to statically allocate a minimum-size heap, verify that it
works to allocate a single byte and that it doesn't overrun its memory
bounds.
Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2021-05-20 17:52:21 -04:00
Ying ming
a941b6a8a7
test: kheap: add testcase to improve coverage
...
Add a testcase to prove the thread can be waited on waitq when
there isn't enough space on heap.
Signed-off-by: Ying ming <mingx.ying@intel.com>
2021-03-01 15:39:34 -06:00
Ying ming
812914ff5d
test: kheap: add testcase
...
Add testcase when use kheap api in isr context.
Signed-off-by: Ying ming <mingx.ying@intel.com>
2021-01-18 23:19:33 -05:00
iva kik
10fdf95b94
tests: k_heap api: add tests for k_heap_api
...
Add test cases to test k_heap_alloc() and k_heap_free() APIs
Fixes #29654
Signed-off-by: iva kik <megatheriumiva@gmail.com>
2020-11-12 15:51:45 -05:00