Home
last modified time | relevance | path

Searched refs:BIG_HEAP_SZ (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/lib/heap/src/
Dmain.c41 #define BIG_HEAP_SZ MIN(256 * 1024, MEMSZ / 3) macro
42 #define SMALL_HEAP_SZ MIN(BIG_HEAP_SZ, 2048)
58 void *heapmem[BIG_HEAP_SZ / sizeof(void *)];
229 TC_PRINT("Testing big (%d byte) heap\n", (int) BIG_HEAP_SZ); in ZTEST()
231 sys_heap_init(&heap, heapmem, BIG_HEAP_SZ); in ZTEST()
234 BIG_HEAP_SZ, ITERATION_COUNT, in ZTEST()
238 log_result(BIG_HEAP_SZ, &result); in ZTEST()