/external/llvm-project/flang/runtime/ |
D | memory.h | 26 void FreeMemory(void *); 27 template <typename A> void FreeMemory(A *p) { in FreeMemory() function 28 FreeMemory(reinterpret_cast<void *>(p)); in FreeMemory() 31 FreeMemory(p); in FreeMemoryAndNullify() 36 void operator()(A *p) { FreeMemory(p); } in operator() 73 constexpr void deallocate(A *p, std::size_t) { FreeMemory(p); } in deallocate()
|
D | unit-map.cpp | 50 FreeMemory(p); in DestroyClosed() 61 FreeMemory(p); in CloseAll()
|
D | memory.cpp | 27 void FreeMemory(void *p) { std::free(p); } in FreeMemory() function
|
D | character.cpp | 311 FreeMemory(old); in MaxMinHelper() 381 FreeMemory(old); in RTNAME() 395 FreeMemory(old); in RTNAME() 535 FreeMemory(old); in RTNAME()
|
D | buffer.h | 136 FreeMemory(old); in Reallocate()
|
/external/skia/src/sksl/ |
D | SkSLPool.h | 48 static void FreeMemory(void* ptr); 70 Pool::FreeMemory(ptr); in delete()
|
D | SkSLPool.cpp | 106 void Pool::FreeMemory(void* ptr) { in FreeMemory() function in SkSL::Pool
|
/external/tensorflow/tensorflow/core/common_runtime/device/ |
D | device_event_mgr.h | 80 FreeMemory(to_free); in ThenExecute() 101 void FreeMemory(const ToFreeVector& to_free) { in FreeMemory() function
|
D | device_event_mgr.cc | 159 FreeMemory(to_free); in PollLoop()
|
/external/skia/tools/gpu/vk/ |
D | VkTestHelper.h | 50 DECLARE_VK_PROC(FreeMemory);
|
D | VkTestHelper.cpp | 73 ACQUIRE_DEVICE_VK_PROC(FreeMemory) in init()
|
D | VkYcbcrSamplerHelper.cpp | 41 GR_VK_CALL(vkGpu->vkInterface(), FreeMemory(vkGpu->device(), fImageMemory, nullptr)); in ~VkYcbcrSamplerHelper()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_mem_alloc_wrapper.h | 29 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation); in VK_DEFINE_HANDLE()
|
D | vk_mem_alloc_wrapper.cpp | 75 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory() function
|
/external/skqp/src/gpu/vk/ |
D | GrVkMemory.cpp | 83 GR_VK_CALL(gpu->vkInterface(), FreeMemory(gpu->device(), alloc.fMemory, nullptr)); in FreeBufferMemory() 129 GR_VK_CALL(gpu->vkInterface(), FreeMemory(gpu->device(), alloc.fMemory, nullptr)); in FreeImageMemory()
|
D | GrVkAMDMemoryAllocator.cpp | 26 GR_COPY_FUNCTION(FreeMemory); in GrVkAMDMemoryAllocator()
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | Constants.h | 74 FreeMemory, enumerator
|
/external/swiftshader/tests/VulkanUnitTests/ |
D | Device.hpp | 111 void FreeMemory(VkDeviceMemory memory) const;
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.c | 90 WSI_GET_CB(FreeMemory); in wsi_device_init() 307 wsi->FreeMemory(chain->device, image->memory, &chain->alloc); in wsi_destroy_image() 309 wsi->FreeMemory(chain->device, image->prime.memory, &chain->alloc); in wsi_destroy_image()
|
D | wsi_common.h | 169 WSI_CB(FreeMemory);
|
/external/vboot_reference/utility/ |
D | eficompress.c | 95 FreeMemory ( 455 FreeMemory () in FreeMemory() function 888 FreeMemory(); in Encode() 938 FreeMemory(); in Encode()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_event_mgr.cc | 158 FreeMemory(to_free); in PollLoop()
|
/external/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 42 GR_COPY_FUNCTION(FreeMemory); in Make()
|
/external/mesa3d/docs/relnotes/ |
D | 12.0.6.rst | 88 - anv/device: Implicitly unmap memory objects in FreeMemory
|
D | 13.0.3.rst | 91 - anv/device: Implicitly unmap memory objects in FreeMemory
|