/external/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
D | backtrace.cpp | 18 AllocateMemory(gwp_asan::GuardedPoolAllocator &GPA) { in AllocateMemory() function 34 void *Ptr = AllocateMemory(GPA); in TEST_F() 49 void *Ptr = AllocateMemory(GPA); in TEST_F()
|
/external/gwp_asan/gwp_asan/tests/ |
D | backtrace.cpp | 18 AllocateMemory(gwp_asan::GuardedPoolAllocator &GPA) { in AllocateMemory() function 34 void *Ptr = AllocateMemory(GPA); in TEST_F() 49 void *Ptr = AllocateMemory(GPA); in TEST_F()
|
/external/deqp-deps/amber/src/vulkan/ |
D | resource.cc | 128 Result r = AllocateMemory(memory, requirement.size, *memory_type_index); in AllocateAndBindMemoryToVkBuffer() 140 Result Resource::AllocateMemory(VkDeviceMemory* memory, in AllocateMemory() function in amber::vulkan::Resource
|
D | resource.h | 76 Result AllocateMemory(VkDeviceMemory* memory,
|
/external/skia/tools/gpu/vk/ |
D | VkTestHelper.h | 49 DECLARE_VK_PROC(AllocateMemory);
|
D | VkTestHelper.cpp | 72 ACQUIRE_DEVICE_VK_PROC(AllocateMemory) in init()
|
D | VkYcbcrSamplerHelper.cpp | 117 GR_VK_CALL_RESULT(vkGpu, result, AllocateMemory(vkGpu->device(), &allocInfo, in createBackendTexture()
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | Constants.h | 77 AllocateMemory, enumerator
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachTask.h | 61 nub_addr_t AllocateMemory(nub_size_t size, uint32_t permissions);
|
/external/swiftshader/tests/VulkanUnitTests/ |
D | Device.hpp | 108 VkResult AllocateMemory(size_t size, VkMemoryPropertyFlags flags, VkDeviceMemory *out) const;
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessDebugger.h | 87 Status AllocateMemory(size_t size, uint32_t permissions, lldb::addr_t &addr);
|
D | NativeProcessWindows.h | 68 llvm::Expected<lldb::addr_t> AllocateMemory(size_t size,
|
D | NativeProcessWindows.cpp | 221 NativeProcessWindows::AllocateMemory(size_t size, uint32_t permissions) { in AllocateMemory() function in lldb_private::NativeProcessWindows 223 Status ST = ProcessDebugger::AllocateMemory(size, permissions, addr); in AllocateMemory()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 799 vk(AllocateMemory(device, in main() 804 vk(AllocateMemory(device, in main() 809 vk(AllocateMemory(device, in main() 814 vk(AllocateMemory(device, in main()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_drm.c | 309 result = wsi->AllocateMemory(chain->device, &memory_info, in wsi_create_native_image() 480 result = wsi->AllocateMemory(chain->device, &prime_memory_info, in wsi_create_prime_image() 531 result = wsi->AllocateMemory(chain->device, &memory_info, in wsi_create_prime_image()
|
D | wsi_common.h | 154 WSI_CB(AllocateMemory);
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Memory.h | 121 lldb::addr_t AllocateMemory(size_t byte_size, uint32_t permissions,
|
/external/stressapptest/src/ |
D | sat.h | 118 bool AllocateMemory();
|
/external/llvm-project/lldb/source/Expression/ |
D | IRMemoryMap.cpp | 70 ret = process_sp->AllocateMemory(size, lldb::ePermissionsReadable | in FindSpace() 339 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc() 366 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc()
|
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
D | PlatformPOSIX.cpp | 740 lldb::addr_t path_addr = process->AllocateMemory(path_len, in DoLoadImage() 814 path_array_addr = process->AllocateMemory(path_array.size(), in DoLoadImage() 842 buffer_addr = process->AllocateMemory(buffer_size, in DoLoadImage()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | inference_context.cc | 164 RETURN_IF_ERROR(AllocateMemory(creation_context.context)); in InitFromGraph() 219 RETURN_IF_ERROR(AllocateMemory(creation_context.context)); in RestoreDeserialized() 485 absl::Status InferenceContext::AllocateMemory(CLContext* context) { in AllocateMemory() function in tflite::gpu::cl::InferenceContext
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | AppleGetThreadItemInfoHandler.cpp | 289 addr_t bufaddr = process_sp->AllocateMemory( in GetThreadItemInfo()
|
D | AppleGetQueuesHandler.cpp | 287 addr_t bufaddr = process_sp->AllocateMemory( in GetCurrentQueues()
|
D | AppleGetPendingItemsHandler.cpp | 288 addr_t bufaddr = process_sp->AllocateMemory( in GetPendingItems()
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeProcessLinux.h | 74 llvm::Expected<lldb::addr_t> AllocateMemory(size_t size,
|