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.cpp24 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.h599 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 DMemAlloc.h84 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.h798 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 DFunctionExtras.h293 deallocate_buffer(getOutOfLineStorage(), getOutOfLineStorageSize(),