Home
last modified time | relevance | path

Searched refs:aligned_allocate (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/GPU/
H A Dallocator.h21 void *aligned_allocate(uint32_t alignment, uint64_t size);
H A Dallocator.cpp582 void *aligned_allocate(uint32_t alignment, uint64_t size) { in aligned_allocate() function
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dfreelist_heap.h42 void *aligned_allocate(size_t alignment, size_t size);
114 LIBC_INLINE void *FreeListHeap::aligned_allocate(size_t alignment, in aligned_allocate() function