Searched refs:heap_allocate_from_bin (Results 1 – 2 of 2) sorted by relevance
/haiku/src/system/libroot/posix/malloc/debug/ |
H A D | heap.cpp | 1045 heap_allocate_from_bin(heap_allocator *heap, uint32 binIndex, size_t size) in heap_allocate_from_bin() function 1139 address = heap_allocate_from_bin(heap, i, size); in heap_memalign() 1146 address = heap_allocate_from_bin(heap, i, size); in heap_memalign()
|
/haiku/src/system/kernel/ |
H A D | heap.cpp | 1436 heap_allocate_from_bin(heap_allocator *heap, uint32 binIndex, size_t size) in heap_allocate_from_bin() function 1549 address = heap_allocate_from_bin(heap, i, size); in heap_memalign() 1556 address = heap_allocate_from_bin(heap, i, size); in heap_memalign()
|