microsoft / DirectX-Graphics-Samples

This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows.
MIT License
6k stars 2.02k forks source link

What is the role of m_PagePool? #795

Closed EavanKim closed 2 years ago

EavanKim commented 2 years ago

LinearAllocationPage's m_PagePool is empty only during Destroy after doing Emplace_back all the time, but after performing FreeLargePage, isn't it only holding the Dengling Pointer?

EavanKim commented 2 years ago

I was mistaken LagePage is done through different assignments. I'm sorry.