mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-01-23 02:20:17 +01:00
5c61e0ba39
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.