Searched refs:MINSIZE (Results 1 – 9 of 9) sorted by relevance
103 if (nbytes < MINSIZE) in memalign()104 nbytes = MINSIZE; in memalign()106 while (align < MINSIZE + WORDSIZE) in memalign()108 reqsize = nbytes + align + (MINSIZE + WORDSIZE); in memalign()148 if (frag_size < MINSIZE + WORDSIZE) { in memalign()170 if (frag_size >= MINSIZE + WORDSIZE) { in memalign()
118 static TREE *List[MINSIZE/WORDSIZE-1]; /* lists of small blocks */139 ASSERT((size + WORDSIZE) * NPS >= MINSIZE); in _smalloc()210 } else if (size >= MINSIZE && n > size) { in _malloc_unlocked()228 if (size < MINSIZE) in _malloc_unlocked()280 if ((n = (SIZE(sp) - size)) >= MINSIZE + WORDSIZE) { in _malloc_unlocked()354 if (size < MINSIZE || SIZE(tp) < MINSIZE) { in realloc()370 ASSERT(SIZE(np) >= MINSIZE); in realloc()397 if ((n = (SIZE(tp) - size)) >= MINSIZE + WORDSIZE) { in realloc()443 if (SIZE(tp) < MINSIZE) { in realloc()448 } else if (size < MINSIZE) { /* case 2. */ in realloc()[all …]
63 #define MINSIZE (sizeof (TREE) - sizeof (WORD)) macro
54 #define MINSIZE 64 /* (1 << MINSHIFT) */ macro122 size = (size_t)MINSIZE << bucketnum; in initial_allocation()157 if (size-- <= MINSIZE) in getbucketnum()196 size = (size_t)MINSIZE << bucketnum; in lmalloc()277 size = (size_t)MINSIZE << bucketnum; in lfree()349 size = (size_t)MINSIZE << getbucketnum(size + sizeof (*ptr)); in libc_malloc()362 size = (size_t)MINSIZE << getbucketnum(size + sizeof (*ptr)); in libc_realloc()
106 static TREE *List[MINSIZE/WORDSIZE-1];107 static TREE *Last[MINSIZE/WORDSIZE-1];129 ASSERT((size + WORDSIZE) * NPS >= MINSIZE); in smalloc()191 if (size < MINSIZE) in malloc_unlocked()264 if ((n = (SIZE(sp) - size)) >= MINSIZE + WORDSIZE) { in malloc_unlocked()335 if (size < MINSIZE || SIZE(tp) < MINSIZE) { in realloc()354 ASSERT(SIZE(np) >= MINSIZE); in realloc()384 if ((n = (SIZE(tp) - size)) >= MINSIZE + WORDSIZE) { in realloc()431 if (SIZE(tp) < MINSIZE) { in realloc()437 } else if (size < MINSIZE) /* case 2. */ { in realloc()[all …]
62 #define MINSIZE (sizeof (TREE) - sizeof (WORD)) macro
293 protected static final int MINSIZE = 1; field in GBLayout459 GBLayoutInfo info = GetLayoutInfo(parent, MINSIZE); in getMinimumLayoutDimensions()640 GBLayoutInfo info = GetLayoutInfo(parent, MINSIZE); in minimumLayoutSize()1626 info = GetLayoutInfo(parent, MINSIZE); in ArrangeGrid()
168 #define MINSIZE 9 /* for requestsize, tunable */ macro177 static long requestsize = MINSIZE; /* 9 pages per cache; tunable; 9 is min */769 if (value >= MINSIZE && value <= MAXSIZE) in mallocctl()
119 #ifndef MINSIZE120 #define MINSIZE 250 macro5344 if (kval < (blkcnt_t)MINSIZE) { in kcheck()5347 ").\n"), (ulong_t)MINSIZE, kval); in kcheck()