Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/multi_heap/src/
Dtest_mheap_api.c16 #define NMEMB 8 macro
18 #define BOUNDS (NMEMB * SIZE)
185 mem = k_calloc(NMEMB, OVERFLOW_SIZE); in ZTEST()
189 mem = k_calloc(NMEMB * 3, SIZE); in ZTEST()
192 mem = k_calloc(NMEMB, SIZE); in ZTEST()