LeviLamina
Loading...
Searching...
No Matches
LowMemoryWatcher.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // static variables
8 // NOLINTBEGIN
9 MCNAPI_C static bool& mPlatformToldUsLowMemory();
10
11 MCNAPI static ::std::list<::std::vector<char>>& mPleaseLeakMemory();
12
13 MCNAPI_C static ::std::chrono::steady_clock::time_point& mTimeToResetWarning();
14 // NOLINTEND
15};
Definition LowMemoryWatcher.h:5
static MCAPI ::std::list<::std::vector< char > > & mPleaseLeakMemory()