Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/multi_heap/src/
Dtest_mheap_api.c14 #define OVERFLOW_SIZE SIZE_MAX macro
100 block_fail = k_malloc(OVERFLOW_SIZE); in ZTEST()
114 block2 = k_realloc(NULL, OVERFLOW_SIZE); in ZTEST()
185 mem = k_calloc(NMEMB, OVERFLOW_SIZE); in ZTEST()