Home
last modified time | relevance | path

Searched defs:allocate_buffer (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMemAlloc.cpp15 llvm::allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer() function in llvm
/freebsd/sys/contrib/vchiq/interface/vchi/message_drivers/
H A Dmessage.h184 void * (*allocate_buffer)( VCHI_MDRIVER_HANDLE_T *handle, uint32_t *length ); member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h694 static void *allocate_buffer(uptr Size) { in allocate_buffer() function