HomeSort by: relevance | last modified time | path
    Searched defs:deallocate_buffer (Results 1 - 2 of 2) 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/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

Completed in 24 milliseconds