Searched refs:allocate_buffer (Results 1 – 6 of 6) sorted by relevance
14 llvm::allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer() function in llvm
75 allocate_buffer(size_t Size, size_t Alignment);
85 return allocate_buffer(Size, Alignment); in Allocate()
184 void * (*allocate_buffer)( VCHI_MDRIVER_HANDLE_T *handle, uint32_t *length ); member
267 CallableAddr = allocate_buffer(Size, Alignment);
872 allocate_buffer(sizeof(BucketT) * NumBuckets, alignof(BucketT))); in allocateBuckets()1180 LargeRep Rep = {static_cast<BucketT *>(allocate_buffer( in allocateBuckets()