Searched refs:heap_memalign (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/system/kernel/
H A Dheap.cpp1523 heap_memalign(heap_allocator *heap, size_t alignment, size_t size) function
1904 void *result = heap_memalign(sGrowHeap, alignment, size);
1925 result = heap_memalign(heap, alignment, size);
2291 result = heap_memalign(heap, alignment, size);
2312 result = heap_memalign(sHeaps[heapIndex], alignment, size);
2328 return heap_memalign(sVIPHeap, alignment, size);
/haiku/headers/private/kernel/
H A Dheap.h74 void* heap_memalign(heap_allocator* heap, size_t alignment, size_t size) _ALIGNED_BY_ARG(2);
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp1114 heap_memalign(heap_allocator *heap, size_t alignment, size_t size) function
1890 void *result = heap_memalign(heap, alignment, size);
1894 result = heap_memalign(heap, alignment, size);
H A Dguarded_heap.cpp1167 heap_memalign(size_t alignment, size_t size) function
1179 return heap_memalign(sDefaultAlignment, size);
1200 return heap_memalign(sDefaultAlignment, newSize);
1210 heap_memalign,

Completed in 38 milliseconds