Searched refs:morecore (Results 1 – 6 of 6) sorted by relevance
93 static void morecore(int);161 morecore(bucket); in malloc()176 morecore(int bucket) in morecore() function
53 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
125 static bool morecore(size_t);475 if (!morecore(nbytes)) { in kmem_alloc()776 morecore(size_t nbytes) in morecore() function
74 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
59 static bool morecore(uint); /* get more memory into free space */459 if(!morecore(nbytes)) in malloc()1112 morecore(uint nbytes) in morecore() function
117 static void * morecore(size_t);1065 thiscache = (cache_t *)morecore(thisrequest * HUNKSIZE); in malloc_internal()1164 morecore(size_t bytes) in morecore() function1229 ret = morecore(size + OVSZ_HEADER_SIZE); in oversize()