Searched refs:deallocate_buffer (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | MemAlloc.cpp | 24 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 | 599 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets); in ~DenseMap() 617 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT)); 625 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets); in copyFrom() 658 deallocate_buffer(OldBuckets, sizeof(BucketT) * OldNumBuckets); in grow() 698 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 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 | 798 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT)); in ~DenseMap() 818 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT)); 826 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT)); in copyFrom() 859 deallocate_buffer(OldBuckets, sizeof(BucketT) * OldNumBuckets, in grow() 877 deallocate_buffer(Buckets, sizeof(BucketT) * OldNumBuckets, in shrink_and_clear() 1135 deallocate_buffer(OldRep.Buckets, sizeof(BucketT) * OldRep.NumBuckets, in grow() 1220 deallocate_buffer(getLargeRep()->Buckets, in deallocateBuckets()
|
H A D | FunctionExtras.h | 293 deallocate_buffer(getOutOfLineStorage(), getOutOfLineStorageSize(),
|