Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/mem_alloc/src/
Dmain.c35 #define TOO_BIG PTRDIFF_MAX macro
269 cptr = calloc(TOO_BIG, sizeof(int)); in _test_calloc()
273 cptr = calloc(TOO_BIG, sizeof(char)); in _test_calloc()
296 cptr = reallocarray(ptr, TOO_BIG, sizeof(int)); in ZTEST()
368 ptr = malloc(TOO_BIG); in _test_memalloc_max()