MCPcopy Create free account
hub / github.com/alibaba/MNN / unmapMemory

Method unmapMemory

source/backend/vulkan/component/VulkanDevice.cpp:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311const void VulkanDevice::unmapMemory(const VkDeviceMemory memory) const {
312 vkUnmapMemory(mDevice, memory);
313}
314
315const VkResult VulkanDevice::bindBufferMemory(const VkBuffer buffer, const VkDeviceMemory memory,
316 const VkDeviceSize memoryOffset) const {

Callers 2

VulkanBufferMethod · 0.80
unmapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected