Home
last modified time | relevance | path

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

12345678910>>...12

/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/
Dminimal_allocator_test.cpp14 struct Allocator { struct
17 Allocator() BOOST_NOEXCEPT { } in Allocator() argument
20 Allocator(const Allocator<U>&) BOOST_NOEXCEPT { } in Allocator() function
32 bool operator==(const Allocator<T>&, const Allocator<U>&) BOOST_NOEXCEPT in operator ==() argument
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_memorypool.h46 template <typename T> struct Allocator { struct
49 Allocator() = default; argument
52 template <typename U> Allocator(const Allocator<U>& other) { (void)other; } in Allocator() argument
66 friend bool operator==(const Allocator<T>& lhs, const Allocator<T>& rhs) argument
/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/compiler-rt/lib/scudo/
Dscudo_allocator.cpp264 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/cronet/tot/third_party/libc++/src/test/std/containers/sequences/vector/vector.cons/
Dexceptions.pass.cpp24 struct Allocator { struct
29 Allocator(const Allocator<U>&) {} in Allocator() argument
31 Allocator(bool should_throw = true) { in Allocator() argument
40 friend bool operator==(const Allocator&, const Allocator<U>&) { in operator ==()
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/vector/vector.cons/
Dexceptions.pass.cpp24 struct Allocator { struct
29 Allocator(const Allocator<U>&) {} in Allocator() argument
31 Allocator(bool should_throw = true) { in Allocator() argument
40 friend bool operator==(const Allocator&, const Allocator<U>&) { in operator ==()
/external/scudo/standalone/tests/
Dcombined_test.cpp53 void checkMemoryTaggingMaybe(AllocatorT *Allocator, void *P, scudo::uptr Size, in checkMemoryTaggingMaybe()
167 std::unique_ptr<AllocatorT> Allocator; member
254 auto *Allocator = this->Allocator.get(); in SCUDO_TYPED_TEST() local
269 auto *Allocator = this->Allocator.get(); in BasicTest() local
324 auto *Allocator = this->Allocator.get(); in SCUDO_TYPED_TEST() local
341 auto *Allocator = this->Allocator.get(); in SCUDO_TYPED_TEST() local
359 auto *Allocator = this->Allocator.get(); in SCUDO_TYPED_TEST() local
386 auto *Allocator = this->Allocator.get(); in SCUDO_TYPED_TEST() local
404 auto *Allocator = this->Allocator.get(); in SCUDO_TYPED_TEST() local
425 auto *Allocator = this->Allocator.get(); in SCUDO_TYPED_TEST() local
[all …]
Dtsd_test.cpp81 std::unique_ptr<AllocatorT, decltype(Deleter)> Allocator(new AllocatorT, in TEST() local
96 std::unique_ptr<AllocatorT, decltype(Deleter)> Allocator(new AllocatorT, in testRegistry() local
134 static void stressCache(AllocatorT *Allocator) NO_THREAD_SAFETY_ANALYSIS { in stressCache()
164 std::unique_ptr<AllocatorT, decltype(Deleter)> Allocator(new AllocatorT, in testRegistryThreaded() local
188 static void stressSharedRegistry(MockAllocator<SharedCaches> *Allocator) { in stressSharedRegistry()
216 std::unique_ptr<AllocatorT, decltype(Deleter)> Allocator(new AllocatorT, in TEST() local
/external/swiftshader/third_party/subzero/src/
DIceMemory.cpp32 ArenaAllocator *Allocator = in set_current() local
37 void CfgAllocatorTraits::set_current(ArenaAllocator *Allocator) { in set_current()
53 ArenaAllocator *Allocator = in set_current() local
/external/armnn/src/backends/backendsCommon/
DMemoryManager.hpp11 struct Allocator struct
14 std::shared_ptr<ICustomAllocator> m_CustomAllocator{};
16 size_t m_Alignment = 0 ;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp48 BumpPtrAllocator &Allocator) in MappedBlockStream()
54 BumpPtrAllocator &Allocator) { in createStream()
61 BumpPtrAllocator &Allocator) { in createIndexedStream()
73 BumpPtrAllocator &Allocator) { in createDirectoryStream()
83 BumpPtrAllocator &Allocator) { in createFpmStream()
312 WritableBinaryStreamRef MsfData, BumpPtrAllocator &Allocator) in WritableMappedBlockStream()
320 BumpPtrAllocator &Allocator) { in createStream()
329 BumpPtrAllocator &Allocator) { in createIndexedStream()
340 BumpPtrAllocator &Allocator) { in createDirectoryStream()
350 BumpPtrAllocator &Allocator, in createFpmStream()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp47 BumpPtrAllocator &Allocator) in MappedBlockStream()
53 BumpPtrAllocator &Allocator) { in createStream()
60 BumpPtrAllocator &Allocator) { in createIndexedStream()
72 BumpPtrAllocator &Allocator) { in createDirectoryStream()
82 BumpPtrAllocator &Allocator) { in createFpmStream()
311 WritableBinaryStreamRef MsfData, BumpPtrAllocator &Allocator) in WritableMappedBlockStream()
319 BumpPtrAllocator &Allocator) { in createStream()
328 BumpPtrAllocator &Allocator) { in createIndexedStream()
339 BumpPtrAllocator &Allocator) { in createDirectoryStream()
349 BumpPtrAllocator &Allocator, in createFpmStream()
/external/llvm/include/llvm/Support/
DRecycler.h67 void clear(AllocatorType &Allocator) { in clear()
82 SubClass *Allocate(AllocatorType &Allocator) { in Allocate()
92 T *Allocate(AllocatorType &Allocator) { in Allocate()
DRecyclingAllocator.h35 AllocatorType Allocator; variable
65 T, Size, Align> &Allocator) { in new()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DRecycler.h68 void clear(AllocatorType &Allocator) { in clear()
83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate()
93 T *Allocate(AllocatorType &Allocator) { in Allocate()
DRecyclingAllocator.h34 AllocatorType Allocator; variable
64 T, Size, Align> &Allocator) { in new()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRecycler.h68 void clear(AllocatorType &Allocator) { in clear()
83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate()
93 T *Allocate(AllocatorType &Allocator) { in Allocate()
DRecyclingAllocator.h34 AllocatorType Allocator; variable
64 T, Size, Align> &Allocator) { in new()
DTargetRegistry.h952 static MCAsmInfo *Allocator(const MCRegisterInfo & /*MRI*/, const Triple &TT, in Allocator() function
986 static MCInstrInfo *Allocator() { return new MCInstrInfoImpl(); } in Allocator() function
1017 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) { in Allocator() function
1050 static MCRegisterInfo *Allocator(const Triple & /*TT*/) { in Allocator() function
1083 static MCSubtargetInfo *Allocator(const Triple & /*TT*/, StringRef /*CPU*/, in Allocator() function
1118 Allocator(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, in Allocator() function
1138 static MCAsmBackend *Allocator(const Target &T, const MCSubtargetInfo &STI, in Allocator() function
1159 static MCTargetAsmParser *Allocator(const MCSubtargetInfo &STI, in Allocator() function
1180 static AsmPrinter *Allocator(TargetMachine &TM, in Allocator() function
1200 static MCCodeEmitter *Allocator(const MCInstrInfo & /*II*/, in Allocator() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h107 struct Allocator { struct
109 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {} in Allocator() function
116 ~Allocator() { in ~Allocator() argument
121 Error allocate(void *&Addr, size_t Size, uint32_t Align) { in allocate()
134 Error setProtections(void *block, unsigned Flags) { in setProtections()
382 auto &Allocator = I->second; in handleReserveMem() local
403 auto &Allocator = I->second; in handleSetProtections() local
/external/pytorch/c10/core/
DAllocator.h160 struct C10_API Allocator { struct
184 virtual DeleterFnPtr raw_deleter() const { in raw_deleter()
187 void* raw_allocate(size_t n) { in raw_allocate()
192 void raw_deallocate(void* ptr) { in raw_deallocate()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h134 struct Allocator { struct
136 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {} in Allocator() argument
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/sdv/vsomeip/third_party/boost/container/bench/
Dbench_alloc_expand_fwd.cpp37 static void reset_alloc_stats(std::vector<T, Allocator> &) in reset_alloc_stats() argument
41 static std::size_t get_num_alloc(std::vector<T, Allocator> &) in get_num_alloc() argument
45 static std::size_t get_num_expand(std::vector<T, Allocator> &) in get_num_expand() argument
/external/rust/android-crates-io/crates/uefi/src/
Dallocator.rs48 pub struct Allocator; struct
50 unsafe impl GlobalAlloc for Allocator { implementation
/external/v4l2_codec2/
DREADME.md229 #### Example of Android.bp
250 #### Example of C2VendorAllocatorFactory.cpp

12345678910>>...12