Home
last modified time | relevance | path

Searched refs:allocate_memory (Results 1 – 25 of 41) sorted by relevance

12

/external/grpc-grpc/test/core/transport/chttp2/flow_control_fuzzer_corpus/
Dclusterfuzz-testcase-minimized-flow_control_fuzzer-5216952646500352123 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 …]
Dcrash-f37d0c48f53d770642738680a1988b4c1d1f34253 allocate_memory: 1593844738
Dcrash-7c7c95a473a7ff617a23f87eea1537e0ee40eff661 allocate_memory: 1572864
Dcrash-66533e16501fe7e153ecc9c74d296bd4984979e264 allocate_memory: 1572864
Dcrash-31a50b8ef9ccb9a81da0f55f5a7768396710262568 allocate_memory: 1572864
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dgralloc.rs227 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()
Dsystem_gralloc.rs47 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle> { in allocate_memory() method
/external/ltp/testcases/kernel/controllers/memctl/
Dmemctl_test01.c64 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/
DAllocator.cpp107 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()
DBuffer.cpp31 const bool allocate_memory) in VulkanBuffer() argument
40 owns_memory_(allocate_memory),
61 if (allocate_memory) {
DAllocator.h67 const bool allocate_memory = true);
73 const bool allocate_memory = true);
DImage.cpp120 const bool allocate_memory) in VulkanImage() argument
127 owns_memory_{allocate_memory},
167 if (allocate_memory) {
DBuffer.h61 const bool allocate_memory = true);
/external/pytorch/aten/src/ATen/native/vulkan/api/
DResource.cpp89 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 …]
DTensor.cpp225 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)),
DResource.h89 const bool allocate_memory = true);
284 const bool allocate_memory = true);
473 const bool allocate_memory = true);
478 const bool allocate_memory = true);
DTensor.h39 const bool allocate_memory = true);
105 const bool allocate_memory = true);
/external/executorch/backends/vulkan/runtime/api/containers/
DTensor.cpp214 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) {
DTensor.h96 const bool allocate_memory = true);
186 const bool allocate_memory = true);
/external/executorch/backends/vulkan/test/utils/
Dtest_utils.h19 #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/
Dksm_tests.c132 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/
Dmkfs.rs54 let mem = builder.allocate_memory()?.build_mmap_info()?.do_mmap()?; in main()
/external/grpc-grpc/test/core/transport/chttp2/
Dflow_control_fuzzer.proto39 uint32 allocate_memory = 10; field
/external/crosvm/ext2/src/
Dbuilder.rs67 pub fn allocate_memory(mut self) -> Result<MemRegion> { in allocate_memory() method
/external/executorch/backends/vulkan/runtime/graph/
DComputeGraph.cpp243 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()

12