Home
last modified time | relevance | path

Searched refs:FreeMemory (Results 1 – 25 of 53) sorted by relevance

123

/external/llvm-project/flang/runtime/
Dmemory.h26 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()
Dunit-map.cpp50 FreeMemory(p); in DestroyClosed()
61 FreeMemory(p); in CloseAll()
Dmemory.cpp27 void FreeMemory(void *p) { std::free(p); } in FreeMemory() function
Dcharacter.cpp311 FreeMemory(old); in MaxMinHelper()
381 FreeMemory(old); in RTNAME()
395 FreeMemory(old); in RTNAME()
535 FreeMemory(old); in RTNAME()
Dbuffer.h136 FreeMemory(old); in Reallocate()
/external/skia/src/sksl/
DSkSLPool.h48 static void FreeMemory(void* ptr);
70 Pool::FreeMemory(ptr); in delete()
DSkSLPool.cpp106 void Pool::FreeMemory(void* ptr) { in FreeMemory() function in SkSL::Pool
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr.h80 FreeMemory(to_free); in ThenExecute()
101 void FreeMemory(const ToFreeVector& to_free) { in FreeMemory() function
Ddevice_event_mgr.cc159 FreeMemory(to_free); in PollLoop()
/external/skia/tools/gpu/vk/
DVkTestHelper.h50 DECLARE_VK_PROC(FreeMemory);
DVkTestHelper.cpp73 ACQUIRE_DEVICE_VK_PROC(FreeMemory) in init()
DVkYcbcrSamplerHelper.cpp41 GR_VK_CALL(vkGpu->vkInterface(), FreeMemory(vkGpu->device(), fImageMemory, nullptr)); in ~VkYcbcrSamplerHelper()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.h29 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation); in VK_DEFINE_HANDLE()
Dvk_mem_alloc_wrapper.cpp75 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory() function
/external/skqp/src/gpu/vk/
DGrVkMemory.cpp83 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()
DGrVkAMDMemoryAllocator.cpp26 GR_COPY_FUNCTION(FreeMemory); in GrVkAMDMemoryAllocator()
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DConstants.h74 FreeMemory, enumerator
/external/swiftshader/tests/VulkanUnitTests/
DDevice.hpp111 void FreeMemory(VkDeviceMemory memory) const;
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.c90 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()
Dwsi_common.h169 WSI_CB(FreeMemory);
/external/vboot_reference/utility/
Deficompress.c95 FreeMemory (
455 FreeMemory () in FreeMemory() function
888 FreeMemory(); in Encode()
938 FreeMemory(); in Encode()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr.cc158 FreeMemory(to_free); in PollLoop()
/external/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp42 GR_COPY_FUNCTION(FreeMemory); in Make()
/external/mesa3d/docs/relnotes/
D12.0.6.rst88 - anv/device: Implicitly unmap memory objects in FreeMemory
D13.0.3.rst91 - anv/device: Implicitly unmap memory objects in FreeMemory

123