Searched refs:SMALL_HEAP_SZ (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/lib/heap/src/ |
D | main.c | 42 #define SMALL_HEAP_SZ MIN(BIG_HEAP_SZ, 2048) macro 65 #define ITERATION_COUNT (2 * SMALL_HEAP_SZ) 173 TC_PRINT("Testing small (%d byte) heap\n", (int) SMALL_HEAP_SZ); in ZTEST() 175 sys_heap_init(&heap, heapmem, SMALL_HEAP_SZ); in ZTEST() 178 SMALL_HEAP_SZ, ITERATION_COUNT, in ZTEST() 182 log_result(SMALL_HEAP_SZ, &result); in ZTEST() 202 (int) SMALL_HEAP_SZ); in ZTEST() 204 sys_heap_init(&heap, heapmem, SMALL_HEAP_SZ); in ZTEST() 207 SMALL_HEAP_SZ, ITERATION_COUNT, in ZTEST() 211 log_result(SMALL_HEAP_SZ, &result); in ZTEST() [all …]
|