MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / PostAlloc

Method PostAlloc

include/vk_mem_alloc.h:10725–10729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10723}
10724
10725void VmaDeviceMemoryBlock::PostAlloc(VmaAllocator hAllocator)
10726{
10727 VmaMutexLock lock(m_MapAndBindMutex, hAllocator->m_UseMutex);
10728 m_MappingHysteresis.PostAlloc();
10729}
10730
10731void VmaDeviceMemoryBlock::PostFree(VmaAllocator hAllocator)
10732{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected