Home
last modified time | relevance | path

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

/external/executorch/runtime/core/
Dhierarchical_allocator.h43 MemoryAllocator* allocators) in HierarchicalAllocator()
91 MemoryAllocator* allocators) { in to_spans()
/external/cronet/tot/components/metrics/content/
Dsubprocess_metrics_provider.cc141 auto allocators = std::make_unique<AllocatorByIdMap>(allocators_by_id_); in MergeHistogramDeltas() local
295 AllocatorByIdMap* allocators) { in MergeHistogramDeltasFromAllocators()
311 std::unique_ptr<AllocatorByIdMap> allocators, in OnMergeHistogramDeltasFromAllocators()
/external/cronet/stable/components/metrics/content/
Dsubprocess_metrics_provider.cc141 auto allocators = std::make_unique<AllocatorByIdMap>(allocators_by_id_); in MergeHistogramDeltas() local
295 AllocatorByIdMap* allocators) { in MergeHistogramDeltasFromAllocators()
311 std::unique_ptr<AllocatorByIdMap> allocators, in OnMergeHistogramDeltasFromAllocators()
/external/pigweed/pw_bluetooth_sapphire/host/transport/
Dslab_allocators_test.cc24 namespace bt::hci::allocators { namespace
/external/pigweed/pw_allocator/
Ddesign.rst61 .. _module-pw_allocator-design-forwarding:
/external/executorch/runtime/core/test/
Dhierarchical_allocator_test.cpp98 MemoryAllocator allocators[n_allocators]{ in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dgpu_device.cc63 std::vector<se::MultiDeviceAdapter::AllocatorWithStream> allocators; in CreateCudaAsyncAllocator() local
212 std::vector<se::MultiDeviceAdapter::AllocatorWithStream> allocators; in CreateBFCAllocator() local
/external/python/cpython3/Include/internal/
Dpycore_tracemalloc.h75 } allocators; member
Dpycore_runtime.h282 struct _pymem_allocators allocators; member
/external/crosvm/resources/src/
Daddress_allocator.rs402 allocators: &'a mut [AddressAllocator], field
/external/llvm/docs/
DCodeGenerator.rst1449 .. _Prolog/Epilog Code Insertion:
/external/python/cpython3/Python/
Dtracemalloc.c30 #define allocators _PyRuntime.tracemalloc.allocators macro