Home
last modified time | relevance | path

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

/lib/libc/
Dmalloc.c18 #define HEAP_MAX_POOLSIZE (128*1024 - sizeof(Header)) macro
162 if (sz > HEAP_MAX_POOLSIZE) in malloc()
179 if (hdr->size > HEAP_MAX_POOLSIZE) in free()