Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dnano-mallocr.c128 #define MALLOC_MAXSIZE (SIZE_MAX - (MALLOC_HEAD + 2*MALLOC_CHUNK_ALIGN)) macro
323 if (s > MALLOC_MAXSIZE) in malloc()
535 if (size > MALLOC_MAXSIZE) in realloc()
742 if (s > MALLOC_MAXSIZE - align) in memalign()
815 if (s > MALLOC_MAXSIZE - MALLOC_PAGE_ALIGN) in pvalloc()