HomeSort by: relevance | last modified time | path
    Searched refs:deallocate_buffer (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
MemAlloc.cpp 23 void llvm::deallocate_buffer(void *Ptr, size_t Size, size_t Alignment) { function in class:llvm
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MemAlloc.h 84 void deallocate_buffer(void *Ptr, size_t Size, size_t Alignment);
AllocatorBase.h 92 deallocate_buffer(const_cast<void *>(Ptr), Size, Alignment);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map.h 599 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets);
617 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT));
625 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets);
658 deallocate_buffer(OldBuckets, sizeof(BucketT) * OldNumBuckets);
698 static void deallocate_buffer(void *Ptr, uptr Size) { function in class:__sanitizer::DenseMap
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMap.h 755 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT));
775 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT));
783 deallocate_buffer(Buckets, sizeof(BucketT) * NumBuckets, alignof(BucketT));
816 deallocate_buffer(OldBuckets, sizeof(BucketT) * OldNumBuckets,
834 deallocate_buffer(Buckets, sizeof(BucketT) * OldNumBuckets,
1087 deallocate_buffer(OldRep.Buckets, sizeof(BucketT) * OldRep.NumBuckets,
1172 deallocate_buffer(getLargeRep()->Buckets,
FunctionExtras.h 289 deallocate_buffer(getOutOfLineStorage(), getOutOfLineStorageSize(),

Completed in 29 milliseconds