Home | History | Annotate | Download | only in vulkan

Lines Matching defs:freeMemory

27052     void freeMemory( DeviceMemory memory, const AllocationCallbacks* pAllocator ) const;
27054 void freeMemory( DeviceMemory memory, Optional<const AllocationCallbacks> allocator = nullptr ) const;
27989 m_device.freeMemory( deviceMemory, m_allocator );
28465 VULKAN_HPP_INLINE void Device::freeMemory( DeviceMemory memory, const AllocationCallbacks* pAllocator ) const
28470 VULKAN_HPP_INLINE void Device::freeMemory( DeviceMemory memory, Optional<const AllocationCallbacks> allocator ) const