mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 06:22:25 -07:00
std::function is allowed to heap allocate if the size of the captures associated with each lambda exceed a certain threshold. This prevents potentially unnecessary reallocations from occurring.