Home
last modified time | relevance | path

Searched refs:deallocate_buffer (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMemAlloc.cpp27 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 Dsanitizer_dense_map.h611 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 DMemAlloc.h84 LLVM_ABI void deallocate_buffer(void *Ptr, size_t Size, size_t Alignment);
H A DAllocatorBase.h99 deallocate_buffer(const_cast<void *>(Ptr), Size, Alignment); in Deallocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h817 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 DFunctionExtras.h295 deallocate_buffer(getOutOfLineStorage(), getOutOfLineStorageSize(),