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

/haiku/src/system/kernel/
H A Dheap.cpp194 static heap_allocator *sVIPHeap; variable
2128 sVIPHeap = heap_create_allocator("VIP heap", (addr_t)address,
2130 if (sVIPHeap == NULL) {
2135 dprintf("heap_init_post_area(): created VIP heap: %p\n", sVIPHeap);
2328 return heap_memalign(sVIPHeap, alignment, size);
2343 heap_free(sVIPHeap, address);
2380 if (heap_free(sVIPHeap, address) == B_OK)

Completed in 55 milliseconds