HomeSort by relevance Sort by last modified time
    Searched defs:morecore (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbsdmalloc/common/
malloc.bsd43.c 93 static void morecore(int);
161 morecore(bucket);
176 morecore(int bucket) function
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
malloc.c 59 static bool morecore(uint); /* get more memory into free space */
459 if(!morecore(nbytes))
1091 * morecore(nbytes)
1112 morecore(uint nbytes) function
1147 } /*morecore*/
    [all...]
  /onnv/onnv-gate/usr/src/lib/libmalloc/common/
malloc.c 54 static void *morecore(size_t);
528 if (morecore(nget) == (void *)-1)
551 if (morecore(nget) == (void *)-1)
579 if (morecore(nget) == (void *)-1)
1054 morecore(size_t bytes) function
  /onnv/onnv-gate/usr/src/psm/stand/boot/common/
heap_kmem.c 125 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 */
  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
malloc.c 74 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
  /onnv/onnv-gate/usr/src/lib/libmtmalloc/common/
mtmalloc.c 117 static void * morecore(size_t);
1053 thiscache = (cache_t *)morecore(thisrequest * HUNKSIZE);
1152 morecore(size_t bytes) function
    [all...]

Completed in 780 milliseconds