Lines Matching refs:SMALL_HEAP_SZ
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()
302 sys_heap_init(&heap, heapmem, SMALL_HEAP_SZ); in ZTEST()
427 sys_heap_init(&listener_heap, heapmem, SMALL_HEAP_SZ); in ZTEST()