/external/compiler-rt/lib/asan/ |
D | asan_allocator.cc | 224 struct Allocator { struct 225 static const uptr kMaxAllowedMallocSize = 227 static const uptr kMaxThreadLocalQuarantine = 230 AsanAllocator allocator; 231 AsanQuarantine quarantine; 232 StaticSpinMutex fallback_mutex; 233 AllocatorCache fallback_allocator_cache; 234 QuarantineCache fallback_quarantine_cache; 237 atomic_uint16_t min_redzone; 238 atomic_uint16_t max_redzone; [all …]
|
/external/llvm/include/llvm/Support/ |
D | RecyclingAllocator.h | 35 AllocatorType Allocator; variable 65 T, Size, Align> &Allocator) { in new()
|
D | TargetRegistry.h | 907 static MCAsmInfo *Allocator(const MCRegisterInfo &/*MRI*/, StringRef TT) { in Allocator() function 941 static MCCodeGenInfo *Allocator(StringRef /*TT*/, Reloc::Model /*RM*/, in Allocator() function 976 static MCInstrInfo *Allocator() { in Allocator() function 1009 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) { in Allocator() function 1042 static MCRegisterInfo *Allocator(StringRef /*TT*/) { in Allocator() function 1075 static MCSubtargetInfo *Allocator(StringRef /*TT*/, StringRef /*CPU*/, in Allocator() function 1110 static TargetMachine *Allocator(const Target &T, StringRef TT, in Allocator() function 1134 static MCAsmBackend *Allocator(const Target &T, in Allocator() function 1156 static MCTargetAsmParser *Allocator(MCSubtargetInfo &STI, MCAsmParser &P, in Allocator() function 1178 static AsmPrinter *Allocator(TargetMachine &TM, in Allocator() function [all …]
|
D | Allocator.h | 147 BumpPtrAllocatorImpl(T &&Allocator) in BumpPtrAllocatorImpl() 296 AllocatorT Allocator; variable 363 BumpPtrAllocator Allocator; variable 415 SizeThreshold> &Allocator) { in new()
|
D | ArrayRecycler.h | 103 void clear(AllocatorType &Allocator) { in clear() 124 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
|
/external/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 64 AllocatorTy &Allocator) { in Create() 74 void Destroy(AllocatorTy &Allocator) { in Destroy() 157 AllocatorTy Allocator; variable
|
D | StringMap.h | 143 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create() 167 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator) { in Create() 192 void Destroy(AllocatorTy &Allocator) { in Destroy() 214 AllocatorTy Allocator; variable
|
D | ImmutableList.h | 145 uintptr_t Allocator; variable
|
/external/clang/include/clang/Basic/ |
D | PartialDiagnostic.h | 123 StorageAllocator *Allocator; variable 184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator) in PartialDiagnostic() 210 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator) in PartialDiagnostic()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cc | 415 Allocator; in TestCombinedAllocator() typedef 491 typedef typename AllocatorCache::Allocator Allocator; in TestSizeClassAllocatorLocalCache() typedef 544 typedef AllocatorCache::Allocator Allocator; in AllocatorLeakTestWorker() typedef 552 typedef AllocatorCache::Allocator Allocator; in TEST() typedef 585 TEST(Allocator, AllocatorCacheDeallocNewThread) { in TEST() argument 605 TEST(Allocator, Basic) { in TEST() argument 615 TEST(Allocator, Stress) { in TEST() argument 630 TEST(Allocator, LargeAlloc) { in TEST() argument 635 TEST(Allocator, ScopedBuffer) { in TEST() argument
|
D | sanitizer_allocator_testlib.cc | 44 SecondaryAllocator> Allocator; typedef
|
/external/clang/lib/AST/ |
D | RawCommentList.cpp | 125 llvm::BumpPtrAllocator Allocator; in extractBriefText() local 214 llvm::BumpPtrAllocator &Allocator) { in addComment()
|
D | CommentParser.cpp | 32 llvm::BumpPtrAllocator &Allocator; member in clang::comments::TextTokenRetokenizer 147 TextTokenRetokenizer(llvm::BumpPtrAllocator &Allocator, Parser &P): in TextTokenRetokenizer() 257 Parser::Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator, in Parser()
|
D | CommentCommandTraits.cpp | 18 CommandTraits::CommandTraits(llvm::BumpPtrAllocator &Allocator, in CommandTraits()
|
D | CommentLexer.cpp | 32 llvm::BumpPtrAllocator &Allocator, in convertCodePointToUTF8() 720 Lexer::Lexer(llvm::BumpPtrAllocator &Allocator, DiagnosticsEngine &Diags, in Lexer()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 47 typedef BumpPtrAllocator Allocator; typedef 227 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() 607 BumpPtrAllocator &Allocator) in SubRange() 680 SubRange *createSubRange(BumpPtrAllocator &Allocator, unsigned LaneMask) { in createSubRange() 688 SubRange *createSubRangeFrom(BumpPtrAllocator &Allocator, unsigned LaneMask, in createSubRangeFrom()
|
D | LiveIntervalUnion.h | 57 typedef LiveSegments::Allocator Allocator; typedef
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
D | iter_iter.pass.cpp | 26 typedef std::allocator<T> Allocator; in test() typedef
|
/external/clang/include/clang/AST/ |
D | CommentSema.h | 38 llvm::BumpPtrAllocator &Allocator; variable
|
D | CommentParser.h | 41 llvm::BumpPtrAllocator &Allocator; variable
|
D | CommentCommandTraits.h | 180 llvm::BumpPtrAllocator &Allocator; variable
|
/external/llvm/unittests/Support/ |
D | ArrayRecyclerTest.cpp | 52 BumpPtrAllocator Allocator; in TEST() local
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Environment.h | 108 EnvironmentManager(llvm::BumpPtrAllocator& Allocator) : F(Allocator) {} in EnvironmentManager()
|
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.h | 162 llvm::SpecificBumpPtrAllocator<StateNode> Allocator; variable
|
/external/clang/include/clang/Sema/ |
D | DelayedDiagnostic.h | 44 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, in AccessedEntity() 54 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, in AccessedEntity()
|