Home
last modified time | relevance | path

Searched refs:AllocateMemory (Results 1 – 25 of 72) sorted by relevance

123

/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Dbacktrace.cpp18 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/
Dbacktrace.cpp18 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/
Dresource.cc128 Result r = AllocateMemory(memory, requirement.size, *memory_type_index); in AllocateAndBindMemoryToVkBuffer()
140 Result Resource::AllocateMemory(VkDeviceMemory* memory, in AllocateMemory() function in amber::vulkan::Resource
Dresource.h76 Result AllocateMemory(VkDeviceMemory* memory,
/external/skia/tools/gpu/vk/
DVkTestHelper.h49 DECLARE_VK_PROC(AllocateMemory);
DVkTestHelper.cpp72 ACQUIRE_DEVICE_VK_PROC(AllocateMemory) in init()
DVkYcbcrSamplerHelper.cpp117 GR_VK_CALL_RESULT(vkGpu, result, AllocateMemory(vkGpu->device(), &allocInfo, in createBackendTexture()
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DConstants.h77 AllocateMemory, enumerator
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachTask.h61 nub_addr_t AllocateMemory(nub_size_t size, uint32_t permissions);
/external/swiftshader/tests/VulkanUnitTests/
DDevice.hpp108 VkResult AllocateMemory(size_t size, VkMemoryPropertyFlags flags, VkDeviceMemory *out) const;
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessDebugger.h87 Status AllocateMemory(size_t size, uint32_t permissions, lldb::addr_t &addr);
DNativeProcessWindows.h68 llvm::Expected<lldb::addr_t> AllocateMemory(size_t size,
DNativeProcessWindows.cpp221 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/
Dmain.c799 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/
Dwsi_common_drm.c309 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()
Dwsi_common.h154 WSI_CB(AllocateMemory);
/external/llvm-project/lldb/include/lldb/Target/
DMemory.h121 lldb::addr_t AllocateMemory(size_t byte_size, uint32_t permissions,
/external/stressapptest/src/
Dsat.h118 bool AllocateMemory();
/external/llvm-project/lldb/source/Expression/
DIRMemoryMap.cpp70 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/
DPlatformPOSIX.cpp740 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/
Dinference_context.cc164 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/
DAppleGetThreadItemInfoHandler.cpp289 addr_t bufaddr = process_sp->AllocateMemory( in GetThreadItemInfo()
DAppleGetQueuesHandler.cpp287 addr_t bufaddr = process_sp->AllocateMemory( in GetCurrentQueues()
DAppleGetPendingItemsHandler.cpp288 addr_t bufaddr = process_sp->AllocateMemory( in GetPendingItems()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.h74 llvm::Expected<lldb::addr_t> AllocateMemory(size_t size,

123