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

/haiku/headers/private/kernel/boot/
H A Dheap.h17 extern status_t heap_init(struct stage2_args *args);
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp166 if (heap_init(&args) < B_OK) {
/haiku/src/tests/system/boot/loader/
H A Dplatform_heap.cpp11 heap_init(struct stage2_args *args) function
/haiku/headers/private/kernel/
H A Dheap.h81 status_t heap_init(addr_t heapBase, size_t heapSize);
/haiku/src/system/boot/loader/
H A Dheap.cpp32 After heap_init() is called, all free memory is contained in one
402 heap_init(stage2_args* args) function
H A Dmain.cpp39 if (heap_init(args) < B_OK)
/haiku/src/system/kernel/
H A Dguarded_heap.cpp855 heap_init(addr_t address, size_t size) function
H A Dheap.cpp2036 heap_init(addr_t base, size_t size) function
/haiku/src/system/kernel/vm/
H A Dvm.cpp4349 heap_init(heapBase, heapSize);
/haiku/src/system/runtime_loader/
H A Dheap.cpp26 After heap_init() is called, all free memory is contained in one
296 heap_init() function
H A Druntime_loader.cpp758 if (heap_init() < B_OK)
H A Druntime_loader_private.h105 status_t heap_init();

Completed in 97 milliseconds