| /external/grpc-grpc/test/cpp/microbenchmarks/ |
| D | bm_arena.cc | 32 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
|
| D | bm_chttp2_hpack.cc | 73 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
|
| /external/cronet/components/metrics/ |
| D | persistent_system_profile.cc | 55 base::PersistentMemoryAllocator* memory_allocator, in RecordAllocator() 66 const base::PersistentMemoryAllocator* memory_allocator) in RecordAllocator() 282 base::PersistentMemoryAllocator* memory_allocator) { in RegisterPersistentAllocator() 293 base::PersistentMemoryAllocator* memory_allocator) { in DeregisterPersistentAllocator() 368 const base::PersistentMemoryAllocator& memory_allocator) { in HasSystemProfile() 375 const base::PersistentMemoryAllocator& memory_allocator, in GetSystemProfile() 398 const base::PersistentMemoryAllocator& memory_allocator, in MergeUpdateRecords()
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | buffer_allocations.h | 40 se::DeviceMemoryAllocator* memory_allocator) in BufferAllocations() 50 se::DeviceMemoryAllocator* memory_allocator() const { in memory_allocator() function
|
| /external/rust/crates/vulkano/src/render_pass/ |
| D | framebuffer.rs | 739 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
|
| /external/grpc-grpc/test/core/resource_quota/ |
| D | memory_quota_test.cc | 70 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
|
| /external/rust/crates/vulkano/src/buffer/ |
| D | view.rs | 442 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
|
| D | allocator.rs | 274 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
|
| /external/grpc-grpc/test/core/transport/chaotic_good/ |
| D | transport_test.h | 39 MemoryAllocator* memory_allocator() { return &allocator_; } in memory_allocator() function
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/resource_quota/ |
| D | arena.cc | 62 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()
|
| /external/grpc-grpc/src/core/lib/resource_quota/ |
| D | arena.cc | 62 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()
|
| /external/grpc-grpc/test/core/transport/ |
| D | call_filters_test.cc | 436 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 …]
|
| /external/grpc-grpc/test/core/transport/chttp2/ |
| D | hpack_encoder_test.cc | 157 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
|
| D | hpack_parser_fuzzer_test.cc | 61 auto memory_allocator = grpc_core::ResourceQuota::Default() in DEFINE_PROTO_FUZZER() local
|
| D | hpack_sync_fuzzer.cc | 120 auto memory_allocator = in FuzzOneInput() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
| D | cpu_executable.cc | 97 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
|
| /external/grpc-grpc/src/core/lib/event_engine/thready_event_engine/ |
| D | thready_event_engine.cc | 45 MemoryAllocator memory_allocator) { in CreateListener() 64 const EndpointConfig& args, MemoryAllocator memory_allocator, in Connect()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/event_engine/thready_event_engine/ |
| D | thready_event_engine.cc | 45 MemoryAllocator memory_allocator) { in CreateListener() 64 const EndpointConfig& args, MemoryAllocator memory_allocator, in Connect()
|
| /external/grpc-grpc/test/core/channel/ |
| D | call_finalization_test.cc | 33 auto memory_allocator = MemoryAllocator( in TEST() local
|
| /external/rust/crates/vulkano/src/command_buffer/synced/ |
| D | mod.rs | 238 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
|
| /external/rust/crates/grpcio-sys/grpc/test/core/security/ |
| D | oauth2_utils.cc | 51 grpc_core::MemoryAllocator memory_allocator = in grpc_test_fetch_oauth2_token_with_credentials() local
|
| /external/grpc-grpc/test/core/security/ |
| D | oauth2_utils.cc | 52 grpc_core::MemoryAllocator memory_allocator = in grpc_test_fetch_oauth2_token_with_credentials() local
|
| /external/rust/crates/vulkano/src/image/ |
| D | storage.rs | 541 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
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | backend.h | 89 se::DeviceMemoryAllocator* memory_allocator() const { in memory_allocator() function
|
| D | shaped_buffer.h | 175 se::DeviceMemoryAllocator* memory_allocator() const { return allocator_; } in memory_allocator() function
|