Home
last modified time | relevance | path

Searched +defs:base +defs:allocator (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Dallocate_local_shared_array.hpp20 void set(sp_counted_base* base) BOOST_SP_NOEXCEPT { in set()
45 lsp_array_base& base() BOOST_SP_NOEXCEPT { in base() function in boost::detail::lsp_array_state
61 lsp_array_base& base() BOOST_SP_NOEXCEPT { in base() function in boost::detail::lsp_size_array_state
74 allocate_local_shared(const A& allocator, std::size_t count) in allocate_local_shared()
79 typedef detail::sp_array_base<state> base; in allocate_local_shared() typedef
94 allocate_local_shared(const A& allocator) in allocate_local_shared()
102 typedef detail::sp_array_base<state> base; in allocate_local_shared() typedef
117 allocate_local_shared(const A& allocator, std::size_t count, in allocate_local_shared()
123 typedef detail::sp_array_base<state> base; in allocate_local_shared() typedef
138 allocate_local_shared(const A& allocator, in allocate_local_shared()
[all …]
Dallocate_shared_array.hpp78 A& allocator() BOOST_SP_NOEXCEPT { in allocator() function in boost::detail::sp_array_state
100 A& allocator() BOOST_SP_NOEXCEPT { in allocator() function in boost::detail::sp_size_array_state
129 sp_array_start(T* base) BOOST_SP_NOEXCEPT in sp_array_start()
158 void destroy(T* base) { in destroy()
170 typedef typename T::type allocator; typedef in boost::detail::sp_array_base
262 allocate_shared(const A& allocator, std::size_t count) in allocate_shared()
267 typedef detail::sp_array_base<state> base; in allocate_shared() typedef
279 allocate_shared(const A& allocator) in allocate_shared()
287 typedef detail::sp_array_base<state> base; in allocate_shared() typedef
299 allocate_shared(const A& allocator, std::size_t count, in allocate_shared()
[all …]
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes_vector.h32 Alignment(size_t base, size_t offset) : base_(base), offset_(offset) { in Alignment()
39 bool IsAlignedAt(size_t base) const { in IsAlignedAt()
75 ArenaAllocator* allocator, in HVecOperation()
269 ArenaAllocator* allocator, in HVecUnaryOperation()
296 ArenaAllocator* allocator, in HVecBinaryOperation()
327 ArenaAllocator* allocator, in HVecMemoryOperation()
388 HVecReplicateScalar(ArenaAllocator* allocator, in HVecReplicateScalar()
414 HVecExtractScalar(ArenaAllocator* allocator, in HVecExtractScalar()
451 HVecReduce(ArenaAllocator* allocator, in HVecReduce()
485 HVecCnv(ArenaAllocator* allocator, in HVecCnv()
[all …]
H A Dintrinsics.cc104 ArenaAllocator* allocator = codegen->GetGraph()->GetAllocator(); in ComputeValueOfLocations() local
128 size_t base) { in ComputeValueOfInfo()
196 ArenaAllocator* allocator = codegen->GetGraph()->GetAllocator(); in CreateReferenceGetReferentLocations() local
209 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetAllocator(); in CreateReferenceRefersToLocations() local
253 ArenaAllocator* allocator = block->GetGraph()->GetAllocator(); in InsertFpToIntegralIntrinsic() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Dallocators.go19 type allocator struct { struct
20 name string // name for alloc/free functions
21 typ string // the type they return/accept
22 mak string // code to make a new object (takes power-of-2 size as fmt arg)
23 capacity string // code to calculate the capacity of an object. Should always report a power of 2.
24 resize string // code to shrink to sub-power-of-two size (takes size as fmt arg)
25 clear string // code for clearing object before putting it on the free list
26 minLog int // log_2 of minimum allocation size
27 maxLog int // log_2 of maximum allocation size
33 base string // underlying allocator member
[all …]
/aosp_15_r20/external/libchrome/base/debug/
H A Dactivity_analyzer.cc20 namespace base { namespace
51 ThreadActivityAnalyzer::ThreadActivityAnalyzer(void* base, size_t size) in ThreadActivityAnalyzer()
55 PersistentMemoryAllocator* allocator, in ThreadActivityAnalyzer()
83 std::unique_ptr<PersistentMemoryAllocator> allocator) in GlobalActivityAnalyzer()
95 std::unique_ptr<PersistentMemoryAllocator> allocator) { in CreateWithAllocator()
341 void* const base = allocator_->GetAsArray<char>( in PrepareAllAnalyzers() local
H A Dactivity_tracker.cc30 namespace base { namespace
75 PersistentMemoryAllocator* allocator, in AllocateFrom()
171 PersistentMemoryAllocator* allocator, in ActivityTrackerMemoryAllocator()
686 ThreadActivityTracker::ThreadActivityTracker(void* base, size_t size) in ThreadActivityTracker()
852 ActivityTrackerMemoryAllocator* allocator) { in GetUserData()
874 ActivityTrackerMemoryAllocator* allocator) { in ReleaseUserData()
1061 ActivityTrackerMemoryAllocator* allocator) { in CreateUserDataForActivity()
1138 PersistentMemoryAllocator* allocator) { in CreateFrom()
1242 void* base, in ManagedActivityTracker()
1257 std::unique_ptr<PersistentMemoryAllocator> allocator, in CreateWithAllocator()
[all …]
H A Dactivity_analyzer_unittest.cc29 namespace base { namespace
169 PersistentMemoryAllocator* allocator = in TEST_F() local
257 PersistentMemoryAllocator* allocator = in TEST_F() local
358 PersistentMemoryAllocator* allocator = in TEST_F() local
404 PersistentMemoryAllocator* allocator = global->allocator(); in TEST_F() local
481 PersistentMemoryAllocator* allocator = in TEST_F() local
498 PersistentMemoryAllocator* allocator = global->allocator(); in TEST_F() local
/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator.cc84 namespace base { namespace
153 const PersistentMemoryAllocator* allocator) in Iterator()
157 const PersistentMemoryAllocator* allocator, in Iterator()
290 bool PersistentMemoryAllocator::IsMemoryAcceptable(const void* base, in IsMemoryAcceptable()
300 PersistentMemoryAllocator::PersistentMemoryAllocator(void* base, in PersistentMemoryAllocator()
1102 PersistentMemoryAllocator* allocator, in DelayedPersistentAllocation()
1116 PersistentMemoryAllocator* allocator, in DelayedPersistentAllocation()
1131 PersistentMemoryAllocator* allocator, in DelayedPersistentAllocation()
1145 PersistentMemoryAllocator* allocator, in DelayedPersistentAllocation()
H A Dpersistent_sample_map_unittest.cc14 namespace base { namespace
32 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST() local
49 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST() local
155 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST() local
238 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST() local
H A Dpersistent_memory_allocator_unittest.cc23 namespace base { namespace
300 void* base, in AllocatorThread()
604 LocalPersistentMemoryAllocator allocator(TEST_MEMORY_SIZE, 42, ""); in TEST() local
811 FilePersistentMemoryAllocator allocator(std::move(mmfile), region.size, 0, in TEST() local
877 FilePersistentMemoryAllocator allocator(std::move(mmfile), 0, 0, "", in TEST() local
919 FilePersistentMemoryAllocator allocator(std::move(mmfile), 0, 0, "", in TEST() local
944 LocalPersistentMemoryAllocator allocator(TEST_MEMORY_SIZE, TEST_ID, ""); in TEST_F() local
979 FilePersistentMemoryAllocator allocator(std::move(mmfile), 0, 0, "", in TEST_F() local
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dallocator_test.cc32 AllocatorForTest allocator; in TEST() local
39 AllocatorForTest allocator; in TEST() local
44 AllocatorForTest allocator; in TEST() local
52 AllocatorForTest allocator; in TEST() local
63 AllocatorForTest allocator; in TEST() local
80 AllocatorForTest allocator; in TEST() local
103 AllocatorForTest allocator; in TEST() local
129 AllocatorForTest allocator; in TEST() local
156 AllocatorForTest allocator; in TEST() local
231 BaseAllocator* base = &derived; in TEST() local
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common_win32.cpp50 struct wsi_interface base; member
69 struct wsi_image base; member
84 VkIcdSurfaceWin32 base; member
99 struct wsi_swapchain base; member
519 const VkAllocationCallbacks *allocator, in wsi_win32_image_init()
562 const VkAllocationCallbacks *allocator, in wsi_win32_image_finish()
577 const VkAllocationCallbacks *allocator) in wsi_win32_swapchain_destroy()
806 const VkAllocationCallbacks *allocator, in wsi_win32_surface_create_swapchain()
/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Ddispatcher_unittest.cc26 namespace base::allocator::dispatcher { namespace
70 void DoBasicTest(A& allocator) { in DoBasicTest()
115 PartitionAllocator allocator; in TEST_F() local
138 AllocatorShimAllocator allocator; in TEST_F() local
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_memory_allocator_unittest.cc28 namespace base { namespace
307 void* base, in AllocatorThread()
384 PersistentMemoryAllocator* allocator, in MakeIterableThread()
680 LocalPersistentMemoryAllocator allocator(TEST_MEMORY_SIZE, 42, ""); in TEST() local
885 FilePersistentMemoryAllocator allocator( in TEST() local
952 FilePersistentMemoryAllocator allocator( in TEST() local
996 FilePersistentMemoryAllocator allocator( in TEST() local
1023 LocalPersistentMemoryAllocator allocator(TEST_MEMORY_SIZE, TEST_ID, ""); in TEST_F() local
1058 FilePersistentMemoryAllocator allocator( in TEST_F() local
H A Dpersistent_sample_map_unittest.cc14 namespace base { namespace
33 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST() local
50 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST() local
156 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST() local
239 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST() local
H A Dpersistent_memory_allocator.cc104 namespace base { namespace
161 const PersistentMemoryAllocator* allocator) in Iterator()
165 const PersistentMemoryAllocator* allocator, in Iterator()
300 bool PersistentMemoryAllocator::IsMemoryAcceptable(const void* base, in IsMemoryAcceptable()
310 PersistentMemoryAllocator::PersistentMemoryAllocator(void* base, in PersistentMemoryAllocator()
730 auto* allocator = GlobalHistogramAllocator::Get(); in AllocateImpl() local
1243 PersistentMemoryAllocator* allocator, in DelayedPersistentAllocation()
H A Dsparse_histogram.cc23 namespace base { namespace
46 PersistentHistogramAllocator* allocator = GlobalHistogramAllocator::Get(); in FactoryGet() local
82 PersistentHistogramAllocator* allocator, in PersistentCreate()
199 SparseHistogram::SparseHistogram(PersistentHistogramAllocator* allocator, in SparseHistogram()
/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp123 void SkOpContour::rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, in rayCheck()
124 SkArenaAlloc* allocator) { in rayCheck()
138 void SkOpSegment::rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, in rayCheck()
139 SkArenaAlloc* allocator) { in rayCheck()
256 SkSTArenaAlloc<1024> allocator; in sortableTop() local
/aosp_15_r20/external/cronet/base/memory/
H A Ddiscardable_memory_allocator.cc12 namespace base { namespace
21 DiscardableMemoryAllocator* allocator) { in SetInstance()
36 auto* allocator = GetInstance(); in AllocateLockedDiscardableMemoryWithRetryOrDie() local
/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim.cc82 namespace base { namespace
83 namespace allocator { namespace
310 namespace base { namespace
311 namespace allocator { namespace
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dexecutor_op.hpp38 executor_op(BOOST_ASIO_MOVE_ARG(H) h, const Alloc& allocator) in executor_op()
45 static void do_complete(void* owner, Operation* base, in do_complete()
51 Alloc allocator(o->allocator_); in do_complete() local
Dbulk_executor_op.hpp40 const Alloc& allocator, std::size_t i) in bulk_executor_op()
48 static void do_complete(void* owner, Operation* base, in do_complete()
54 Alloc allocator(o->allocator_); in do_complete() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dc_api_conversions.cc73 stream_executor::DeviceMemoryAllocator* allocator) { in FromC()
84 stream_executor::DeviceMemoryAllocator* allocator) { in ToC()
116 int device_ordinal, TF_Status* se_status) { in ToC()
137 void ToC(const stream_executor::DeviceMemoryBase& base, in ToC()
144 SE_DeviceMemoryBase ToC(const stream_executor::DeviceMemoryBase& base) { in ToC()
151 stream_executor::DeviceMemoryBase base(se_base.opaque, se_base.size); in FromC() local
/aosp_15_r20/external/aws-crt-java/src/native/
H A Dcustom_key_op_handler.c17 struct aws_custom_key_op_handler base; member
29 struct aws_allocator *allocator; member
142 struct aws_allocator *allocator = aws_jni_get_allocator(); in aws_custom_key_op_handler_java_new() local

12345678910>>...13