diff options
| author | 2020-02-03 09:24:03 -0500 | |
|---|---|---|
| committer | 2020-02-03 09:24:05 -0500 | |
| commit | 5c61e0ba3938c9b939416ec996ee339bf1417ebf (patch) | |
| tree | 0fa2eb2fa1f0b628f7dacbd356408f724e51c397 /src/core/hle/kernel/kernel.cpp | |
| parent | input_common/udp: std::move shared_ptr within Client constructor (diff) | |
| download | yuzu-5c61e0ba3938c9b939416ec996ee339bf1417ebf.tar.gz yuzu-5c61e0ba3938c9b939416ec996ee339bf1417ebf.tar.xz yuzu-5c61e0ba3938c9b939416ec996ee339bf1417ebf.zip | |
input_common/udp: std::move SocketCallback instances where applicable
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.
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
0 files changed, 0 insertions, 0 deletions