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