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.c16 #define OVERFLOW_SIZE SIZE_MAX macro
71 block_fail = k_malloc(OVERFLOW_SIZE); in malloc_free_handler()
107 block2 = k_realloc(NULL, OVERFLOW_SIZE); in realloc_handler()
245 mem = k_calloc(NMEMB, OVERFLOW_SIZE); in ZTEST()