Home
last modified time | relevance | path

Searched defs:allocators (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/components/metrics/content/
H A Dsubprocess_metrics_provider.cc141 auto allocators = std::make_unique<AllocatorByIdMap>(allocators_by_id_); in MergeHistogramDeltas() local
279 AllocatorByIdMap* allocators) { in MergeHistogramDeltasFromAllocators()
295 std::unique_ptr<AllocatorByIdMap> allocators, in OnMergeHistogramDeltasFromAllocators()
/aosp_15_r20/external/executorch/runtime/core/
H A Dhierarchical_allocator.h43 MemoryAllocator* allocators) in HierarchicalAllocator()
91 MemoryAllocator* allocators) { in to_spans()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dgpu_device.cc63 std::vector<se::MultiDeviceAdapter::AllocatorWithStream> allocators; in CreateCudaAsyncAllocator() local
212 std::vector<se::MultiDeviceAdapter::AllocatorWithStream> allocators; in CreateBFCAllocator() local
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp3292 const C2PortAllocatorsTuning::input &allocators = intfCache.getInputAllocators(); in GetCommonAllocatorIds() local
3396 std::set<C2Allocator::id_t> allocators; in CanFetchLinearBlock() local
3433 std::set<C2Allocator::id_t> allocators; in FetchLinearBlock() local
3468 std::set<C2Allocator::id_t> allocators; in CanFetchGraphicBlock() local
3493 std::set<C2Allocator::id_t> allocators; in FetchGraphicBlock() local
/aosp_15_r20/external/pigweed/pw_allocator/
H A Ddesign.rst61 .. _module-pw_allocator-design-forwarding:
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dslab_allocators_test.cc24 namespace bt::hci::allocators { namespace
/aosp_15_r20/external/executorch/runtime/core/test/
H A Dhierarchical_allocator_test.cpp98 MemoryAllocator allocators[n_allocators]{ in TEST_F() local
/aosp_15_r20/bionic/libc/bionic/
H A Dbionic_allocator.cpp253 BionicSmallObjectAllocator* allocators = in initialize_allocators() local
/aosp_15_r20/external/crosvm/resources/src/
H A Daddress_allocator.rs402 allocators: &'a mut [AddressAllocator], field
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DImageDecoderTest.java1220 int allocators[] = new int[] { ImageDecoder.ALLOCATOR_DEFAULT, in testMutable() local
1991 int[] allocators = { ImageDecoder.ALLOCATOR_HARDWARE, ImageDecoder.ALLOCATOR_DEFAULT }; in testConserveMemoryPlusHardware() local
/aosp_15_r20/external/llvm/docs/
H A DCodeGenerator.rst1449 .. _Prolog/Epilog Code Insertion:
/aosp_15_r20/external/python/cpython3/Modules/
D_tracemalloc.c41 } allocators; variable