Lines Matching defs:heap
51 * pieces, or *arenas*: text, data, heap, stack, and so on. Within these
52 * arenas we often subdivide further; for example, we use heap addresses
53 * not only for the kernel heap (kmem_alloc() space), but also for DVMA,
75 * contiguous ranges of integers. For example, the kernel heap consists
100 * of heap_arena (the kernel heap) that provides caching for the most
102 * it *imports* more from the heap; we say that heap_arena is the
1759 vmem_t *heap;
1764 heap = vmem_create(heap_name,
1771 vmem_alloc, vmem_free, heap, 8 * heap_quantum,
1794 return (heap);