HomeSort by relevance Sort by last modified time
    Searched refs:MINSIZE (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
memalign.c 95 * (MINSIZE + WORDSIZE).
104 if (nbytes < MINSIZE)
105 nbytes = MINSIZE;
107 while (align < MINSIZE + WORDSIZE)
109 reqsize = nbytes + align + (MINSIZE + WORDSIZE);
149 if (frag_size < MINSIZE + WORDSIZE) {
154 * we forced align >= MINSIZE + WORDSIZE above.
171 if (frag_size >= MINSIZE + WORDSIZE) {
malloc.c 118 static TREE *List[MINSIZE/WORDSIZE-1]; /* lists of small blocks */
139 ASSERT((size + WORDSIZE) * NPS >= MINSIZE);
210 } else if (size >= MINSIZE && n > size) {
228 if (size < MINSIZE)
280 if ((n = (SIZE(sp) - size)) >= MINSIZE + WORDSIZE) {
354 if (size < MINSIZE || SIZE(tp) < MINSIZE) {
370 ASSERT(SIZE(np) >= MINSIZE);
397 if ((n = (SIZE(tp) - size)) >= MINSIZE + WORDSIZE) {
428 * 1. size <= SIZE(tp) < MINSIZE
    [all...]
mallint.h 63 #define MINSIZE (sizeof (TREE) - sizeof (WORD))
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
alloc.c 57 #define MINSIZE 64 /* (1 << MINSHIFT) */
125 size = (size_t)MINSIZE << bucketnum;
156 if (size-- <= MINSIZE)
195 size = (size_t)MINSIZE << bucketnum;
276 size = (size_t)MINSIZE << bucketnum;
348 size = (size_t)MINSIZE << getbucketnum(size + sizeof (*ptr));
361 size = (size_t)MINSIZE << getbucketnum(size + sizeof (*ptr));
  /onnv/onnv-gate/usr/src/tools/bfuld/
bfuld.c 74 #define MINSIZE 12 /* MIN of ISTRLEN ISTRLEN2 I64STRLEN I64STRLEN2 */
89 for (i = 0; i < size - MINSIZE - 1; i++) {
  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
malloc.c 106 static TREE *List[MINSIZE/WORDSIZE-1];
107 static TREE *Last[MINSIZE/WORDSIZE-1];
129 ASSERT((size + WORDSIZE) * NPS >= MINSIZE);
191 if (size < MINSIZE)
264 if ((n = (SIZE(sp) - size)) >= MINSIZE + WORDSIZE) {
335 if (size < MINSIZE || SIZE(tp) < MINSIZE) {
354 ASSERT(SIZE(np) >= MINSIZE);
384 if ((n = (SIZE(tp) - size)) >= MINSIZE + WORDSIZE) {
416 * 1. size <= SIZE(tp) < MINSIZE
    [all...]
mallint.h 62 #define MINSIZE (sizeof (TREE) - sizeof (WORD))
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
GBLayout.java 293 protected static final int MINSIZE = 1;
459 GBLayoutInfo info = GetLayoutInfo(parent, MINSIZE);
640 GBLayoutInfo info = GetLayoutInfo(parent, MINSIZE);
874 if (constraints.minsize == null) {
876 constraints.minsize = new Dimension(d.width,
893 constraints.minsize = new Dimension(d.width,
909 constraints.minsize = new Dimension(d.width,
    [all...]
  /onnv/onnv-gate/usr/src/lib/libmtmalloc/common/
mtmalloc.c 168 #define MINSIZE 9 /* for requestsize, tunable */
177 static long requestsize = MINSIZE; /* 9 pages per cache; tunable; 9 is min */
757 if (value >= MINSIZE && value <= MAXSIZE)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/tar/
tar.c 118 #ifndef MINSIZE
119 #define MINSIZE 250
    [all...]

Completed in 240 milliseconds