core: add mallopt to modify trim threshold
This commit is contained in:
parent
56f6f61596
commit
1f97643e83
2 changed files with 17 additions and 2 deletions
|
|
@ -52,8 +52,6 @@ class CCompositor {
|
|||
void startCompositor();
|
||||
void stopCompositor();
|
||||
void cleanup();
|
||||
void createLockFile();
|
||||
void removeLockFile();
|
||||
void bumpNofile();
|
||||
void restoreNofile();
|
||||
|
||||
|
|
@ -163,6 +161,9 @@ class CCompositor {
|
|||
void setRandomSplash();
|
||||
void initManagers(eManagersInitStage stage);
|
||||
void prepareFallbackOutput();
|
||||
void createLockFile();
|
||||
void removeLockFile();
|
||||
void setMallocThreshold();
|
||||
|
||||
uint64_t m_iHyprlandPID = 0;
|
||||
wl_event_source* m_critSigSource = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue