HomeSort by relevance Sort by last modified time
    Searched refs:Deallocate (Results 101 - 125 of 198) sorted by null

1 2 3 45 6 7 8

  /external/clang/include/clang/Basic/
PartialDiagnostic.h 101 void Deallocate(Storage *S) {
154 Allocator->Deallocate(DiagStorage);
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 374 /// \brief Deallocate memory in the preprocessing record.
375 void Deallocate(void *Ptr) { }
533 PR.Deallocate(ptr);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 101 void Deallocate(Storage *S) {
154 Allocator->Deallocate(DiagStorage);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
PreprocessingRecord.h 373 /// \brief Deallocate memory in the preprocessing record.
374 void Deallocate(void *Ptr) { }
532 PR.Deallocate(ptr);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 101 void Deallocate(Storage *S) {
154 Allocator->Deallocate(DiagStorage);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
PreprocessingRecord.h 373 /// \brief Deallocate memory in the preprocessing record.
374 void Deallocate(void *Ptr) { }
532 PR.Deallocate(ptr);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 101 void Deallocate(Storage *S) {
154 Allocator->Deallocate(DiagStorage);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
PreprocessingRecord.h 373 /// \brief Deallocate memory in the preprocessing record.
374 void Deallocate(void *Ptr) { }
532 PR.Deallocate(ptr);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 101 void Deallocate(Storage *S) {
154 Allocator->Deallocate(DiagStorage);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PreprocessingRecord.h 373 /// \brief Deallocate memory in the preprocessing record.
374 void Deallocate(void *Ptr) { }
532 PR.Deallocate(ptr);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 101 void Deallocate(Storage *S) {
154 Allocator->Deallocate(DiagStorage);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
PreprocessingRecord.h 373 /// \brief Deallocate memory in the preprocessing record.
374 void Deallocate(void *Ptr) { }
532 PR.Deallocate(ptr);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 101 void Deallocate(Storage *S) {
154 Allocator->Deallocate(DiagStorage);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
PreprocessingRecord.h 373 /// \brief Deallocate memory in the preprocessing record.
374 void Deallocate(void *Ptr) { }
532 PR.Deallocate(ptr);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 101 void Deallocate(Storage *S) {
154 Allocator->Deallocate(DiagStorage);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
PreprocessingRecord.h 373 /// \brief Deallocate memory in the preprocessing record.
374 void Deallocate(void *Ptr) { }
532 PR.Deallocate(ptr);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 101 void Deallocate(Storage *S) {
154 Allocator->Deallocate(DiagStorage);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PreprocessingRecord.h 373 /// \brief Deallocate memory in the preprocessing record.
374 void Deallocate(void *Ptr) { }
532 PR.Deallocate(ptr);
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 218 getAllocator().Deallocate(Cache_, Ptr);
225 // will use mmap for those, and given that Deallocate doesn't pass a size
234 void Deallocate(void *Ptr) {
236 getAllocator().Deallocate(Cache_, Ptr);
377 void deallocate(void *UserPtr, uptr DeleteSize, AllocType Type) { function in struct:__scudo::Allocator
386 dieWithMessage("ERROR: attempted to deallocate a chunk not properly "
543 Instance.deallocate(Ptr, 0, Type);
547 Instance.deallocate(Ptr, Size, Type);
554 Instance.deallocate(Ptr, 0, FromMalloc);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 958 void Deallocate(SizeClassAllocator *allocator, uptr class_id, void *p) {
    [all...]
  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 76 Allocator.Deallocate(this);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ScopedHashTable.h 77 Allocator.Deallocate(this);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 63 AL.getAlloc().Deallocate(N);
ScopedHashTable.h 80 Allocator.Deallocate(this);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 63 AL.getAlloc().Deallocate(N);

Completed in 1678 milliseconds

1 2 3 45 6 7 8