/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/compiler-rt/lib/scudo/ |
D | scudo_allocator.cpp | 264 struct Allocator { struct 265 static const uptr MaxAllowedMallocSize = 1ULL << 40; 266 static const uptr MinAlignment = 1 << MinAlignmentLog; 267 static const uptr MaxAlignment = 1 << MaxAlignmentLog; // 16 MB 269 ScudoAllocator BackendAllocator; 270 ScudoQuarantine AllocatorQuarantine; 275 StaticSpinMutex FallbackMutex; 276 AllocatorCache FallbackAllocatorCache; 277 QuarantineCache FallbackQuarantineCache; 279 bool DeallocationTypeMismatch; [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceMemory.cpp | 32 ArenaAllocator *Allocator = in set_current() local 37 void CfgAllocatorTraits::set_current(ArenaAllocator *Allocator) { in set_current() 53 ArenaAllocator *Allocator = in set_current() local
|
/external/llvm/include/llvm/Support/ |
D | Recycler.h | 67 void clear(AllocatorType &Allocator) { in clear() 82 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() 92 T *Allocate(AllocatorType &Allocator) { in Allocate()
|
D | RecyclingAllocator.h | 35 AllocatorType Allocator; variable 65 T, Size, Align> &Allocator) { in new()
|
D | ArrayRecycler.h | 103 void clear(AllocatorType &Allocator) { in clear() 124 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
|
D | Allocator.h | 147 BumpPtrAllocatorImpl(T &&Allocator) in BumpPtrAllocatorImpl() 309 AllocatorT Allocator; variable 366 BumpPtrAllocator Allocator; variable 418 SizeThreshold> &Allocator) { in new()
|
D | TargetRegistry.h | 880 static MCAsmInfo *Allocator(const MCRegisterInfo & /*MRI*/, in Allocator() function 920 static MCInstrInfo *Allocator() { return new MCInstrInfoImpl(); } in Allocator() function 951 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) { in Allocator() function 984 static MCRegisterInfo *Allocator(const Triple & /*TT*/) { in Allocator() function 1017 static MCSubtargetInfo *Allocator(const Triple & /*TT*/, StringRef /*CPU*/, in Allocator() function 1051 static TargetMachine *Allocator(const Target &T, const Triple &TT, in Allocator() function 1073 static MCAsmBackend *Allocator(const Target &T, const MCRegisterInfo &MRI, in Allocator() function 1093 static MCTargetAsmParser *Allocator(const MCSubtargetInfo &STI, in Allocator() function 1114 static AsmPrinter *Allocator(TargetMachine &TM, in Allocator() function 1134 static MCCodeEmitter *Allocator(const MCInstrInfo & /*II*/, in Allocator() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Recycler.h | 69 void clear(AllocatorType &Allocator) { in clear() 84 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() 94 T *Allocate(AllocatorType &Allocator) { in Allocate()
|
D | RecyclingAllocator.h | 35 AllocatorType Allocator; variable 65 T, Size, Align> &Allocator) { in new()
|
D | ArrayRecycler.h | 105 void clear(AllocatorType &Allocator) { in clear() 126 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
|
D | Allocator.h | 152 BumpPtrAllocatorImpl(T &&Allocator) in BumpPtrAllocatorImpl() 331 AllocatorT Allocator; variable 388 BumpPtrAllocator Allocator; variable 444 SizeThreshold> &Allocator) { in new()
|
D | TargetRegistry.h | 943 static MCAsmInfo *Allocator(const MCRegisterInfo & /*MRI*/, in Allocator() function 977 static MCInstrInfo *Allocator() { return new MCInstrInfoImpl(); } in Allocator() function 1008 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) { in Allocator() function 1041 static MCRegisterInfo *Allocator(const Triple & /*TT*/) { in Allocator() function 1074 static MCSubtargetInfo *Allocator(const Triple & /*TT*/, StringRef /*CPU*/, in Allocator() function 1109 Allocator(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, in Allocator() function 1129 static MCAsmBackend *Allocator(const Target &T, const MCSubtargetInfo &STI, in Allocator() function 1150 static MCTargetAsmParser *Allocator(const MCSubtargetInfo &STI, in Allocator() function 1171 static AsmPrinter *Allocator(TargetMachine &TM, in Allocator() function 1191 static MCCodeEmitter *Allocator(const MCInstrInfo & /*II*/, in Allocator() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 49 BumpPtrAllocator &Allocator) in MappedBlockStream() 55 BumpPtrAllocator &Allocator) { in createStream() 62 BumpPtrAllocator &Allocator) { in createIndexedStream() 74 BumpPtrAllocator &Allocator) { in createDirectoryStream() 84 BumpPtrAllocator &Allocator) { in createFpmStream() 313 WritableBinaryStreamRef MsfData, BumpPtrAllocator &Allocator) in WritableMappedBlockStream() 321 BumpPtrAllocator &Allocator) { in createStream() 330 BumpPtrAllocator &Allocator) { in createIndexedStream() 341 BumpPtrAllocator &Allocator) { in createDirectoryStream() 351 BumpPtrAllocator &Allocator, in createFpmStream()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 108 struct Allocator { struct 110 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {} in Allocator() argument 117 ~Allocator() { in ~Allocator() argument 122 Error allocate(void *&Addr, size_t Size, uint32_t Align) { in allocate() 135 Error setProtections(void *block, unsigned Flags) { in setProtections() 383 auto &Allocator = I->second; in handleReserveMem() local 404 auto &Allocator = I->second; in handleSetProtections() local
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 134 struct Allocator { struct 136 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {} in Allocator() function 142 ~Allocator() { in ~Allocator() argument 147 Error allocate(void *&Addr, size_t Size, uint32_t Align) { in allocate() 160 Error setProtections(void *block, unsigned Flags) { in setProtections() 392 auto &Allocator = I->second; in handleReserveMem() local 411 auto &Allocator = I->second; in handleSetProtections() local
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineLoopRanges.h | 35 typedef Map::Allocator Allocator; typedef 90 MapAllocator Allocator; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | RecyclingAllocator.h | 35 AllocatorType Allocator; variable 62 T, Size, Align> &Allocator) { in new()
|
D | TargetRegistry.h | 809 static MCAsmInfo *Allocator(const Target &T, StringRef TT) { in Allocator() function 843 static MCCodeGenInfo *Allocator(StringRef TT, in Allocator() function 877 static MCInstrInfo *Allocator() { in Allocator() function 910 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) { in Allocator() function 943 static MCRegisterInfo *Allocator(StringRef TT) { in Allocator() function 976 static MCSubtargetInfo *Allocator(StringRef TT, StringRef CPU, in Allocator() function 1011 static TargetMachine *Allocator(const Target &T, StringRef TT, in Allocator() function 1033 static MCAsmBackend *Allocator(const Target &T, StringRef Triple) { in Allocator() function 1053 static MCTargetAsmLexer *Allocator(const Target &T, in Allocator() function 1075 static MCTargetAsmParser *Allocator(MCSubtargetInfo &STI, MCAsmParser &P) { in Allocator() function [all …]
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | threadpool.h | 26 class Allocator; variable
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Blob.h | 24 enum Allocator enum
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 150 BumpPtrAllocatorImpl(T &&Allocator) in BumpPtrAllocatorImpl() 312 AllocatorT Allocator; variable 369 BumpPtrAllocator Allocator; variable 421 SizeThreshold> &Allocator) { in new()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 403 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 414 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 445 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 466 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 476 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 490 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 501 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 510 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 533 BumpPtrAllocator &Allocator, in toCodeViewSubsection() 749 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 112 std::unique_ptr<BumpPtrAllocator> Allocator; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 68 AllocatorTy &Allocator) { in Create() 77 template <typename AllocatorTy> void Destroy(AllocatorTy &Allocator) { in Destroy() 166 AllocatorTy Allocator; variable
|