Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dnano-pvalloc.c34 if (s > MALLOC_MAXSIZE - MALLOC_PAGE_ALIGN) in pvalloc()
Dnano-memalign.c60 if (s > MALLOC_MAXSIZE - align) in memalign()
Dnano-realloc.c49 if (size > MALLOC_MAXSIZE) in realloc()
Dnano-malloc.h111 #define MALLOC_MAXSIZE (SIZE_MAX - (MALLOC_HEAD + 2*MALLOC_CHUNK_ALIGN)) macro
Dnano-malloc.c137 if (s > MALLOC_MAXSIZE) in malloc()