Home
last modified time | relevance | path

Searched defs:memory_allocator (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/external/cronet/components/metrics/
H A Dpersistent_system_profile.cc56 base::PersistentMemoryAllocator* memory_allocator, in RecordAllocator()
67 const base::PersistentMemoryAllocator* memory_allocator) in RecordAllocator()
283 base::PersistentMemoryAllocator* memory_allocator) { in RegisterPersistentAllocator()
294 base::PersistentMemoryAllocator* memory_allocator) { in DeregisterPersistentAllocator()
369 const base::PersistentMemoryAllocator& memory_allocator) { in HasSystemProfile()
376 const base::PersistentMemoryAllocator& memory_allocator, in GetSystemProfile()
399 const base::PersistentMemoryAllocator& memory_allocator, in MergeUpdateRecords()
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dbm_arena.cc32 grpc_core::MemoryAllocator memory_allocator = in BM_Arena_NoOp() local
43 grpc_core::MemoryAllocator memory_allocator = in BM_Arena_ManyAlloc() local
63 grpc_core::MemoryAllocator memory_allocator = in BM_Arena_Batch() local
85 grpc_core::MemoryAllocator memory_allocator = in BM_Arena_MakePooled_Small() local
98 grpc_core::MemoryAllocator memory_allocator = in BM_Arena_MakePooled3_Small() local
H A Dbm_chttp2_hpack.cc73 grpc_core::MemoryAllocator memory_allocator = in BM_HpackEncoderEncodeDeadline() local
109 grpc_core::MemoryAllocator memory_allocator = in BM_HpackEncoderEncodeHeader() local
348 grpc_core::MemoryAllocator memory_allocator = in BM_HpackParserParseHeader() local
408 grpc_core::MemoryAllocator memory_allocator = in Generate() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/render_pass/
Dframebuffer.rs739 let memory_allocator = StandardMemoryAllocator::new_default(device); in simple_create() localVariable
808 let memory_allocator = StandardMemoryAllocator::new_default(device); in attachment_format_mismatch() localVariable
849 let memory_allocator = StandardMemoryAllocator::new_default(device); in attachment_dims_larger_than_specified_valid() localVariable
888 let memory_allocator = StandardMemoryAllocator::new_default(device); in attachment_dims_smaller_than_specified() localVariable
935 let memory_allocator = StandardMemoryAllocator::new_default(device); in multi_attachments_auto_smaller() localVariable
987 let memory_allocator = StandardMemoryAllocator::new_default(device); in not_enough_attachments() localVariable
1031 let memory_allocator = StandardMemoryAllocator::new_default(device); in too_many_attachments() localVariable
/aosp_15_r20/external/grpc-grpc/test/core/transport/
H A Dcall_filters_test.cc436 auto memory_allocator = in TEST() local
496 auto memory_allocator = in TEST() local
555 auto memory_allocator = in TEST() local
617 auto memory_allocator = in TEST() local
677 auto memory_allocator = in TEST() local
760 auto memory_allocator = in TEST() local
830 auto memory_allocator = in TEST() local
867 auto memory_allocator = in TEST() local
902 auto memory_allocator = in TEST() local
937 auto memory_allocator = in TEST() local
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/resource_quota/
H A Dmemory_quota_test.cc70 auto memory_allocator = memory_quota.CreateMemoryAllocator("bar"); in TEST() local
76 auto memory_allocator = memory_quota.CreateMemoryAllocator("bar"); in TEST() local
85 auto memory_allocator = memory_quota.CreateMemoryOwner(); in TEST() local
115 auto memory_allocator = memory_quota.CreateMemoryAllocator("bar"); in TEST() local
128 auto memory_allocator = memory_quota.CreateMemoryAllocator("bar"); in TEST() local
145 auto memory_allocator = memory_quota.CreateMemoryAllocator("bar"); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dview.rs442 let memory_allocator = StandardMemoryAllocator::new_default(device); in create_uniform() localVariable
471 let memory_allocator = StandardMemoryAllocator::new_default(device); in create_storage() localVariable
497 let memory_allocator = StandardMemoryAllocator::new_default(device); in create_storage_atomic() localVariable
523 let memory_allocator = StandardMemoryAllocator::new_default(device); in wrong_usage() localVariable
551 let memory_allocator = StandardMemoryAllocator::new_default(device); in unsupported_format() localVariable
Dallocator.rs274 memory_allocator: A, field
454 let memory_allocator = StandardMemoryAllocator::new_default(device); in reserve() localVariable
466 let memory_allocator = StandardMemoryAllocator::new_default(device); in capacity_increase() localVariable
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dhpack_encoder_test.cc157 grpc_core::MemoryAllocator memory_allocator = in EncodeHeaderIntoBytes() local
306 grpc_core::MemoryAllocator memory_allocator = in verify_continuation_headers() local
347 grpc_core::MemoryAllocator memory_allocator = in TEST() local
377 grpc_core::MemoryAllocator memory_allocator = in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_executable.cc97 se::DeviceMemoryAllocator* memory_allocator, int device_ordinal) { in MemoryForAllocation()
131 se::DeviceMemoryAllocator* memory_allocator, int device_ordinal, in CreateBufferTable()
345 se::DeviceMemoryAllocator* memory_allocator = run_options->allocator(); in ExecuteAsyncOnStream() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dbuffer_allocations.h40 se::DeviceMemoryAllocator* memory_allocator) in BufferAllocations()
50 se::DeviceMemoryAllocator* memory_allocator() const { in memory_allocator() function
H A Dgpu_executable.cc461 se::DeviceMemoryAllocator* const memory_allocator, int device_ordinal, in BufferForAllocation()
535 se::DeviceMemoryAllocator* const memory_allocator, int device_ordinal) { in GenerateBufferAllocations()
688 se::DeviceMemoryAllocator* const memory_allocator = run_options->allocator(); in ExecuteAsyncOnStreamImpl() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dstorage.rs541 let memory_allocator = StandardMemoryAllocator::new_default(device); in create() localVariable
558 let memory_allocator = StandardMemoryAllocator::new_default(device); in create_general_purpose_image_view() localVariable
575 let memory_allocator = StandardMemoryAllocator::new_default(device); in create_general_purpose_image_view_failed() localVariable
Dattachment.rs669 let memory_allocator = StandardMemoryAllocator::new_default(device); in create_regular() localVariable
677 let memory_allocator = StandardMemoryAllocator::new_default(device); in create_transient() localVariable
685 let memory_allocator = StandardMemoryAllocator::new_default(device); in d16_unorm_always_supported() localVariable
/aosp_15_r20/external/grpc-grpc/src/core/lib/resource_quota/
H A Darena.cc62 Arena* Arena::Create(size_t initial_size, MemoryAllocator* memory_allocator) { in Create()
68 size_t initial_size, size_t alloc_size, MemoryAllocator* memory_allocator) { in CreateWithAlloc()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/resource_quota/
Darena.cc62 Arena* Arena::Create(size_t initial_size, MemoryAllocator* memory_allocator) { in Create()
68 size_t initial_size, size_t alloc_size, MemoryAllocator* memory_allocator) { in CreateWithAlloc()
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/
H A Dbinder_transport_test.cc237 grpc_core::MemoryAllocator memory_allocator = member
268 grpc_core::MemoryAllocator memory_allocator = member
296 grpc_core::MemoryAllocator memory_allocator = member
344 grpc_core::MemoryAllocator memory_allocator = member
/aosp_15_r20/external/executorch/extension/module/
H A Dmodule.cpp53 std::unique_ptr<runtime::MemoryAllocator> memory_allocator, in Module()
69 std::unique_ptr<runtime::MemoryAllocator> memory_allocator, in Module()
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/thready_event_engine/
H A Dthready_event_engine.cc45 MemoryAllocator memory_allocator) { in CreateListener()
64 const EndpointConfig& args, MemoryAllocator memory_allocator, in Connect()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/thready_event_engine/
Dthready_event_engine.cc45 MemoryAllocator memory_allocator) { in CreateListener()
64 const EndpointConfig& args, MemoryAllocator memory_allocator, in Connect()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/synced/
Dmod.rs238 let memory_allocator = StandardMemoryAllocator::new_default(device); in secondary_conflicting_writes() localVariable
355 let memory_allocator = StandardMemoryAllocator::new_default(device); in vertex_buffer_binding() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dauto.rs898 let memory_allocator = StandardMemoryAllocator::new_default(device.clone()); in copy_buffer_dimensions() localVariable
1040 let memory_allocator = StandardMemoryAllocator::new_default(device.clone()); in buffer_self_copy_overlapping() localVariable
1094 let memory_allocator = StandardMemoryAllocator::new_default(device.clone()); in buffer_self_copy_not_overlapping() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dposix_engine.cc555 const EndpointConfig& args, MemoryAllocator memory_allocator, in Connect()
578 MemoryAllocator memory_allocator) { in CreatePosixEndpointFromFd()
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dposix_engine.cc640 const EndpointConfig& args, MemoryAllocator memory_allocator, in Connect()
663 MemoryAllocator memory_allocator) { in CreatePosixEndpointFromFd()
/aosp_15_r20/external/grpc-grpc/test/core/transport/chaotic_good/
H A Dtransport_test.h39 MemoryAllocator* memory_allocator() { return &allocator_; } in memory_allocator() function

123