Home
last modified time | relevance | path

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

/u-boot/common/
A Ddlmalloc.c383 (long)(MINSIZE + MALLOC_ALIGN_MASK)) ? MINSIZE : \
818 if ((long)sz >= (long)MINSIZE)
861 assert(chunksize(next) >= MINSIZE);
880 assert((long)sz >= (long)MINSIZE);
883 assert(room < (long)MINSIZE);
1194 if (old_top_size < MINSIZE)
1208 if (old_top_size >= MINSIZE)
1460 if (remainder_size >= (long)MINSIZE) /* split */
1986 if (alignment < MINSIZE) alignment = MINSIZE;
1991 m = (char*)(mALLOc(nb + alignment + MINSIZE));
[all …]
A Ddlmalloc.src1288 (long)(MINSIZE + MALLOC_ALIGN_MASK)) ? MINSIZE : \
1629 if ((long)sz >= (long)MINSIZE)
1672 assert(chunksize(next) >= MINSIZE);
1691 assert((long)sz >= (long)MINSIZE);
1694 assert(room < (long)MINSIZE);
2008 if (old_top_size < MINSIZE)
2022 if (old_top_size >= MINSIZE)
2254 if (remainder_size >= (long)MINSIZE) /* split */
2737 if (alignment < MINSIZE) alignment = MINSIZE;
2742 m = (char*)(mALLOc(nb + alignment + MINSIZE));
[all …]

Completed in 11 milliseconds