Searched refs:deallocate_buffer (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | MemAlloc.cpp | 23 void llvm::deallocate_buffer(void *Ptr, size_t Size, size_t Alignment) { in deallocate_buffer() function in llvm
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | MemAlloc.h | 84 void deallocate_buffer(void *Ptr, size_t Size, size_t Alignment);
|
| H A D | AllocatorBase.h | 92 deallocate_buffer(const_cast<void *>(Ptr), Size, Alignment); in Deallocate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 755 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT)); in ~DenseMap() 775 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT)); 783 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT)); in copyFrom() 816 deallocate_buffer(OldBuckets, sizeof(BucketT) * OldNumBuckets, in grow() 834 deallocate_buffer(Buckets, sizeof(BucketT) * OldNumBuckets, in shrink_and_clear() 1090 deallocate_buffer(OldRep.Buckets, sizeof(BucketT) * OldRep.NumBuckets, in grow() 1175 deallocate_buffer(getLargeRep()->Buckets, in deallocateBuckets()
|
| H A D | FunctionExtras.h | 289 deallocate_buffer(getOutOfLineStorage(), getOutOfLineStorageSize(),
|