Searched refs:heap_create_allocator (Results 1 - 3 of 3) sorted by path

/haiku/headers/private/kernel/
H A Dheap.h72 heap_allocator* heap_create_allocator(const char* name, addr_t base,
/haiku/src/system/kernel/
H A Dheap.cpp1158 heap_create_allocator(const char *name, addr_t base, size_t size, function
2040 sHeaps[i] = heap_create_allocator(sHeapClasses[i].name, base, partSize,
2101 sGrowHeap = heap_create_allocator("grow", (addr_t)address,
2128 sVIPHeap = heap_create_allocator("VIP heap", (addr_t)address,
2189 sHeaps[heapIndex] = heap_create_allocator(sHeapClasses[j].name,
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp783 heap_create_allocator(const char *name, addr_t base, size_t size, function
1824 sHeaps[i] = heap_create_allocator(sHeapClasses[i].name, base, partSize,

Completed in 65 milliseconds