Home
last modified time | relevance | path

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

12

/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_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 …]
/NextBSD/contrib/llvm/include/llvm/Support/
HDRecyclingAllocator.h35 AllocatorType Allocator; variable
65 T, Size, Align> &Allocator) { in new()
HDTargetRegistry.h894 static MCAsmInfo *Allocator(const MCRegisterInfo & /*MRI*/, in Allocator() function
929 static MCCodeGenInfo *Allocator(const Triple & /*TT*/, Reloc::Model /*RM*/, in Allocator() function
964 static MCInstrInfo *Allocator() { return new MCInstrInfoImpl(); } in Allocator() function
995 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) { in Allocator() function
1028 static MCRegisterInfo *Allocator(const Triple & /*TT*/) { in Allocator() function
1061 static MCSubtargetInfo *Allocator(const Triple & /*TT*/, StringRef /*CPU*/, in Allocator() function
1095 static TargetMachine *Allocator(const Target &T, const Triple &TT, in Allocator() function
1116 static MCAsmBackend *Allocator(const Target &T, const MCRegisterInfo &MRI, in Allocator() function
1136 static MCTargetAsmParser *Allocator(MCSubtargetInfo &STI, MCAsmParser &P, in Allocator() function
1157 static AsmPrinter *Allocator(TargetMachine &TM, in Allocator() function
[all …]
HDAllocator.h147 BumpPtrAllocatorImpl(T &&Allocator) in BumpPtrAllocatorImpl()
297 AllocatorT Allocator; variable
350 BumpPtrAllocator Allocator; variable
402 SizeThreshold> &Allocator) { in new()
HDArrayRecycler.h103 void clear(AllocatorType &Allocator) { in clear()
124 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
Dnode_metadata_selector.hpp99 Allocator>, enumerator
104 Allocator> >::value enumerator
/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/
Dnode_metadata_selector.hpp99 Allocator>, enumerator
104 Allocator> >::value enumerator
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDPartialDiagnostic.h123 StorageAllocator *Allocator; variable
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator) in PartialDiagnostic()
210 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator) in PartialDiagnostic()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDScopedHashTable.h64 AllocatorTy &Allocator) { in Create()
74 void Destroy(AllocatorTy &Allocator) { in Destroy()
157 AllocatorTy Allocator; variable
HDStringMap.h143 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create()
168 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator) { in Create()
193 void Destroy(AllocatorTy &Allocator) { in Destroy()
215 AllocatorTy Allocator; variable
HDImmutableList.h145 uintptr_t Allocator; variable
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_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
HDsanitizer_allocator_testlib.cc44 SecondaryAllocator> Allocator; typedef
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDRawCommentList.cpp125 llvm::BumpPtrAllocator Allocator; in extractBriefText() local
214 llvm::BumpPtrAllocator &Allocator) { in addComment()
HDCommentParser.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()
HDCommentCommandTraits.cpp18 CommandTraits::CommandTraits(llvm::BumpPtrAllocator &Allocator, in CommandTraits()
HDCommentLexer.cpp32 llvm::BumpPtrAllocator &Allocator, in convertCodePointToUTF8()
720 Lexer::Lexer(llvm::BumpPtrAllocator &Allocator, DiagnosticsEngine &Diags, in Lexer()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDLiveInterval.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()
HDLiveIntervalUnion.h57 typedef LiveSegments::Allocator Allocator; typedef
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCommentParser.h41 llvm::BumpPtrAllocator &Allocator; variable
HDCommentSema.h38 llvm::BumpPtrAllocator &Allocator; variable
HDCommentCommandTraits.h180 llvm::BumpPtrAllocator &Allocator; variable
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDEnvironment.h108 EnvironmentManager(llvm::BumpPtrAllocator& Allocator) : F(Allocator) {} in EnvironmentManager()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDelayedDiagnostic.h44 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, in AccessedEntity()
54 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, in AccessedEntity()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp127 CodeCompletionAllocator &Allocator; member in __anonedb641820111::ResultBuilder
172 explicit ResultBuilder(Sema &SemaRef, CodeCompletionAllocator &Allocator, in ResultBuilder()
1474 CodeCompletionAllocator &Allocator) { in GetCompletionTypeString()
1506 CodeCompletionAllocator &Allocator = Results.getAllocator(); in addThisCompletion() local
1522 CodeCompletionAllocator &Allocator = Results.getAllocator(); in AddOrdinaryNameResults() local
2568 CodeCompletionAllocator &Allocator, in CreateCodeCompletionString()
2585 CodeCompletionAllocator &Allocator, in CreateCodeCompletionString()
2943 CodeCompletionAllocator &Allocator, in CreateSignatureString()
3273 CodeCompletionAllocator &Allocator = Results.getAllocator(); in CodeCompleteModuleImport() local
6250 CodeCompletionAllocator &Allocator = Results.getAllocator(); in CodeCompleteObjCPropertySynthesizeIvar() local
[all …]

12