Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1685 #define MAX_REQUEST ((-MIN_CHUNK_SIZE) << 2)
3625 if (pad < MAX_REQUEST && is_initialized(m)) { in sys_trim()
3806 if (bytes >= MAX_REQUEST) { in internal_realloc()
3887 if (bytes >= MAX_REQUEST - alignment) { in internal_memalign()
4174 else if (bytes >= MAX_REQUEST) in dlmalloc()
4585 else if (bytes >= MAX_REQUEST) in mspace_malloc()
H A Ddlmalloc.h100 #define MAX_REQUEST ((-MIN_CHUNK_SIZE) << 2) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2187 #define MAX_REQUEST ((-MIN_CHUNK_SIZE) << 2) macro
4226 if (pad < MAX_REQUEST && is_initialized(m)) { in sys_trim()
4402 if (bytes >= MAX_REQUEST) { in internal_realloc()
4487 if (bytes >= MAX_REQUEST - alignment) { in internal_memalign()
4779 else if (bytes >= MAX_REQUEST) in dlmalloc()
5215 else if (bytes >= MAX_REQUEST) in mstar_mspace_malloc()