Searched refs:trimLevel (Results 1 – 1 of 1) sorted by relevance
229 const auto trimLevel = static_cast<TrimLevel>(level); in trimMemory() local230 thread.queue().post([&thread, trimLevel]() { thread.trimMemory(trimLevel); }); in trimMemory()238 const auto trimLevel = static_cast<CacheTrimLevel>(level); in trimCaches() local239 thread.queue().post([&thread, trimLevel]() { thread.trimCaches(trimLevel); }); in trimCaches()