Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c93 static void morecore(int);
161 morecore(bucket); in malloc()
176 morecore(int bucket) in morecore() function
/titanic_50/usr/src/lib/libmalloc/common/
H A Dmalloc.c53 static void *morecore(size_t);
527 if (morecore(nget) == (void *)-1) in malloc_unlocked()
550 if (morecore(nget) == (void *)-1) in malloc_unlocked()
578 if (morecore(nget) == (void *)-1) in malloc_unlocked()
1065 morecore(size_t bytes) in morecore() function
/titanic_50/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c125 static bool morecore(size_t);
475 if (!morecore(nbytes)) { in kmem_alloc()
776 morecore(size_t nbytes) in morecore() function
/titanic_50/usr/src/lib/watchmalloc/common/
H A Dmalloc.c74 static TREE *morecore(size_t);
245 if ((sp = morecore(size)) == NULL) in malloc_unlocked()
249 if ((sp = morecore(size)) == NULL) in malloc_unlocked()
372 if ((tp = morecore(size)) == NULL) { in realloc()
635 morecore(size_t size) in morecore() function
/titanic_50/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)) in malloc()
1112 morecore(uint nbytes) in morecore() function
/titanic_50/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c117 static void * morecore(size_t);
1065 thiscache = (cache_t *)morecore(thisrequest * HUNKSIZE); in malloc_internal()
1164 morecore(size_t bytes) in morecore() function
1229 ret = morecore(size + OVSZ_HEADER_SIZE); in oversize()