Searched refs:deallocate_buffer (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | MemAlloc.cpp | 27 void llvm::deallocate_buffer(void *Ptr, size_t Size, size_t Alignment) { in deallocate_buffer() function in llvm
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 611 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets); in ~DenseMap() 629 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT)); 637 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets); in copyFrom() 670 deallocate_buffer(OldBuckets, sizeof(BucketT) * OldNumBuckets); in grow() 710 static void deallocate_buffer(void *Ptr, uptr Size) { in deallocate_buffer() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | MemAlloc.h | 84 LLVM_ABI void deallocate_buffer(void *Ptr, size_t Size, size_t Alignment);
|
| H A D | AllocatorBase.h | 99 deallocate_buffer(const_cast<void *>(Ptr), Size, Alignment); in Deallocate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 817 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT)); in ~DenseMap() 837 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT)); 845 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT)); in copyFrom() 869 deallocate_buffer(OldBuckets, sizeof(BucketT) * OldNumBuckets, in grow() 887 deallocate_buffer(Buckets, sizeof(BucketT) * OldNumBuckets, in shrink_and_clear() 1144 deallocate_buffer(OldRep.Buckets, sizeof(BucketT) * OldRep.NumBuckets, in grow() 1223 deallocate_buffer(getLargeRep()->Buckets, in deallocateBuckets()
|
| H A D | FunctionExtras.h | 295 deallocate_buffer(getOutOfLineStorage(), getOutOfLineStorageSize(),
|