Lines Matching full:allocate
130 * XXX If we have to allocate a new zone and M_USE_RESERVE is set, use of
155 * + ability to allocate arbitrarily large chunks of memory
388 /* allocate memusage array */ in rt_system_heap_init()
468 * This function will allocate a block from system heap memory.
527 * Attempt to allocate out of an existing zone. First try the free list, in rt_malloc()
528 * then allocate out of unallocated space. If we find a good zone move in rt_malloc()
580 * If all zones are exhausted we need to allocate a new zone for this in rt_malloc()
601 /* allocate a zone from page */ in rt_malloc()
721 * Allocate memory for the new request size. Note that zoneindex has in rt_realloc()
739 * This function will contiguously allocate enough space for count objects
745 * @param count number of objects to allocate
746 * @param size size of the objects to allocate
754 /* allocate 'count' objects of size 'size' */ in rt_calloc()
850 * can allocate from, move this zone to the FreeZones list. Since in rt_free()