/external/grpc-grpc/test/core/transport/chttp2/flow_control_fuzzer_corpus/ |
D | clusterfuzz-testcase-minimized-flow_control_fuzzer-5216952646500352 | 123 allocate_memory: 65 186 allocate_memory: 4210688 197 allocate_memory: 4227858432 259 allocate_memory: 1028 305 allocate_memory: 536870912 321 allocate_memory: 67174400 334 allocate_memory: 2 387 allocate_memory: 45 466 allocate_memory: 7 673 allocate_memory: 13056 [all …]
|
D | crash-f37d0c48f53d770642738680a1988b4c1d1f3425 | 3 allocate_memory: 1593844738
|
D | crash-7c7c95a473a7ff617a23f87eea1537e0ee40eff6 | 61 allocate_memory: 1572864
|
D | crash-66533e16501fe7e153ecc9c74d296bd4984979e2 | 64 allocate_memory: 1572864
|
D | crash-31a50b8ef9ccb9a81da0f55f5a77683967102625 | 68 allocate_memory: 1572864
|
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
D | gralloc.rs | 227 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle>; in allocate_memory() method 361 pub fn allocate_memory( in allocate_memory() method 372 gralloc.allocate_memory(reqs) in allocate_memory() 419 let _handle = gralloc.allocate_memory(reqs).unwrap(); in create_render_target() 422 let _handle2 = gralloc.allocate_memory(reqs).unwrap(); in create_render_target() 457 let _handle = gralloc.allocate_memory(reqs).unwrap(); in create_video_buffer() 460 let _handle2 = gralloc.allocate_memory(reqs).unwrap(); in create_video_buffer() 490 let handle = gralloc.allocate_memory(reqs).unwrap(); in export_and_map()
|
D | system_gralloc.rs | 47 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle> { in allocate_memory() method
|
/external/ltp/testcases/kernel/controllers/memctl/ |
D | memctl_test01.c | 64 int allocate_memory(void); 112 ret = allocate_memory(); /*should i check ret? */ in main() 161 allocate_memory(); in signal_handler_sigusr2() 164 int allocate_memory(void) in allocate_memory() function
|
/external/executorch/backends/vulkan/runtime/vk_api/memory/ |
D | Allocator.cpp | 107 const bool allocate_memory) { in create_image() argument 141 allocate_memory); in create_image() 166 const bool allocate_memory) { in create_storage_buffer() argument 171 allocator_, size, alloc_create_info, buffer_usage, allocate_memory); in create_storage_buffer()
|
D | Buffer.cpp | 31 const bool allocate_memory) in VulkanBuffer() argument 40 owns_memory_(allocate_memory), 61 if (allocate_memory) {
|
D | Allocator.h | 67 const bool allocate_memory = true); 73 const bool allocate_memory = true);
|
D | Image.cpp | 120 const bool allocate_memory) in VulkanImage() argument 127 owns_memory_{allocate_memory}, 167 if (allocate_memory) {
|
D | Buffer.h | 61 const bool allocate_memory = true);
|
/external/pytorch/aten/src/ATen/native/vulkan/api/ |
D | Resource.cpp | 89 const bool allocate_memory) in VulkanBuffer() argument 98 owns_memory_(allocate_memory), 118 if (allocate_memory) { 354 const bool allocate_memory) in VulkanImage() argument 360 owns_memory_{allocate_memory}, 397 if (allocate_memory) { 661 const bool allocate_memory) { in create_image() argument 695 allocate_memory); in create_image() 701 const bool allocate_memory) { in create_storage_buffer() argument 714 allocate_memory, in create_storage_buffer() [all …]
|
D | Tensor.cpp | 225 const bool allocate_memory) in vTensor() argument 247 allocate_memory)) {} 468 const bool allocate_memory) { in allocate_image() argument 505 /*allocate_memory = */ allocate_memory); in allocate_image() 513 const bool allocate_memory) { in allocate_buffer() argument 525 api::element_size(dtype) * numel, /*gpu_only = */ true, allocate_memory); in allocate_buffer() 534 const bool allocate_memory) in vTensorStorage() argument 545 allocate_memory)), 551 allocate_memory)),
|
D | Resource.h | 89 const bool allocate_memory = true); 284 const bool allocate_memory = true); 473 const bool allocate_memory = true); 478 const bool allocate_memory = true);
|
D | Tensor.h | 39 const bool allocate_memory = true); 105 const bool allocate_memory = true);
|
/external/executorch/backends/vulkan/runtime/api/containers/ |
D | Tensor.cpp | 214 const bool allocate_memory) { in allocate_image() argument 253 /*allocate_memory = */ allocate_memory); in allocate_image() 261 const bool allocate_memory) { in allocate_buffer() argument 273 element_size(dtype) * numel, allocate_memory); in allocate_buffer() 283 const bool allocate_memory) in vTensorStorage() argument 295 allocate_memory)), 301 allocate_memory)), 441 const bool allocate_memory) in vTensor() argument 467 allocate_memory) {
|
D | Tensor.h | 96 const bool allocate_memory = true); 186 const bool allocate_memory = true);
|
/external/executorch/backends/vulkan/test/utils/ |
D | test_utils.h | 19 #define CREATE_FLOAT_TEXTURE(sizes, allocate_memory) \ argument 26 allocate_memory); 28 #define CREATE_FLOAT_BUFFER(sizes, allocate_memory) \ argument 35 allocate_memory);
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | ksm_tests.c | 132 static void *allocate_memory(void *ptr, int prot, int mapping, char data, size_t map_size) in allocate_memory() function 266 map_ptr = allocate_memory(NULL, prot, mapping, '*', page_size * page_count); in check_ksm_merge() 298 map_ptr = allocate_memory(NULL, prot, mapping, '*', page_size * page_count); in check_ksm_unmerge() 341 map_ptr = allocate_memory(NULL, prot, mapping, 0, page_size * page_count); in check_ksm_zero_page_merge() 530 map_ptr = allocate_memory(NULL, prot, mapping, '*', map_size); in ksm_merge_time() 572 map_ptr = allocate_memory(NULL, prot, mapping, '*', page_size * page_count); in ksm_cow_time()
|
/external/crosvm/ext2/examples/ |
D | mkfs.rs | 54 let mem = builder.allocate_memory()?.build_mmap_info()?.do_mmap()?; in main()
|
/external/grpc-grpc/test/core/transport/chttp2/ |
D | flow_control_fuzzer.proto | 39 uint32 allocate_memory = 10; field
|
/external/crosvm/ext2/src/ |
D | builder.rs | 67 pub fn allocate_memory(mut self) -> Result<MemRegion> { in allocate_memory() method
|
/external/executorch/backends/vulkan/runtime/graph/ |
D | ComputeGraph.cpp | 243 bool allocate_memory = shared_object_idx < 0; in add_tensor() local 248 context(), sizes, dtype, storage_type, memory_layout, allocate_memory)); in add_tensor() 250 if (!allocate_memory) { in add_tensor()
|