Home
last modified time | relevance | path

Searched defs:Allocator (Results 1 – 25 of 49) sorted by relevance

12

/external/compiler-rt/lib/asan/
Dasan_allocator.cc224 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/
DRecyclingAllocator.h35 AllocatorType Allocator; variable
65 T, Size, Align> &Allocator) { in new()
DTargetRegistry.h907 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 …]
DAllocator.h147 BumpPtrAllocatorImpl(T &&Allocator) in BumpPtrAllocatorImpl()
296 AllocatorT Allocator; variable
363 BumpPtrAllocator Allocator; variable
415 SizeThreshold> &Allocator) { in new()
DArrayRecycler.h103 void clear(AllocatorType &Allocator) { in clear()
124 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
/external/llvm/include/llvm/ADT/
DScopedHashTable.h64 AllocatorTy &Allocator) { in Create()
74 void Destroy(AllocatorTy &Allocator) { in Destroy()
157 AllocatorTy Allocator; variable
DStringMap.h143 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
DImmutableList.h145 uintptr_t Allocator; variable
/external/clang/include/clang/Basic/
DPartialDiagnostic.h123 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/
Dsanitizer_allocator_test.cc415 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
Dsanitizer_allocator_testlib.cc44 SecondaryAllocator> Allocator; typedef
/external/clang/lib/AST/
DRawCommentList.cpp125 llvm::BumpPtrAllocator Allocator; in extractBriefText() local
214 llvm::BumpPtrAllocator &Allocator) { in addComment()
DCommentParser.cpp32 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()
DCommentCommandTraits.cpp18 CommandTraits::CommandTraits(llvm::BumpPtrAllocator &Allocator, in CommandTraits()
DCommentLexer.cpp32 llvm::BumpPtrAllocator &Allocator, in convertCodePointToUTF8()
720 Lexer::Lexer(llvm::BumpPtrAllocator &Allocator, DiagnosticsEngine &Diags, in Lexer()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h47 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()
DLiveIntervalUnion.h57 typedef LiveSegments::Allocator Allocator; typedef
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
Diter_iter.pass.cpp26 typedef std::allocator<T> Allocator; in test() typedef
/external/clang/include/clang/AST/
DCommentSema.h38 llvm::BumpPtrAllocator &Allocator; variable
DCommentParser.h41 llvm::BumpPtrAllocator &Allocator; variable
DCommentCommandTraits.h180 llvm::BumpPtrAllocator &Allocator; variable
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp52 BumpPtrAllocator Allocator; in TEST() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DEnvironment.h108 EnvironmentManager(llvm::BumpPtrAllocator& Allocator) : F(Allocator) {} in EnvironmentManager()
/external/clang/lib/Format/
DUnwrappedLineFormatter.h162 llvm::SpecificBumpPtrAllocator<StateNode> Allocator; variable
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h44 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, in AccessedEntity()
54 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, in AccessedEntity()

12