Searched refs:morecore (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c93 static void morecore(int);
161 morecore(bucket);
176 morecore(int bucket) function
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c125 static bool morecore(size_t);
475 if (!morecore(nbytes)) {
776 morecore(size_t nbytes) function
785 printf("morecore(nbytes 0x%lx)\n", nbytes);
796 printf("morecore() returing, p = %p\n", p);
800 } /* morecore */
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c53 static void *morecore(size_t);
527 if (morecore(nget) == (void *)-1)
550 if (morecore(nget) == (void *)-1)
578 if (morecore(nget) == (void *)-1)
1065 morecore(size_t bytes) function
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c59 static bool morecore(uint); /* get more memory into free space */
459 if(!morecore(nbytes))
1091 * morecore(nbytes)
1112 morecore(uint nbytes) function
1147 } /*morecore*/
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c74 static TREE *morecore(size_t);
245 if ((sp = morecore(size)) == NULL)
249 if ((sp = morecore(size)) == NULL)
372 if ((tp = morecore(size)) == NULL) {
635 morecore(size_t size) function
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c117 static void * morecore(size_t);
1065 thiscache = (cache_t *)morecore(thisrequest * HUNKSIZE);
1164 morecore(size_t bytes) function
1219 * we are sure to have to call morecore();
1229 ret = morecore(size + OVSZ_HEADER_SIZE);

Completed in 71 milliseconds