---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116577/
---
(Updated Aug. 31, 2015, 10:45 a.m.)
Status
--
This change has been d
> On March 3, 2014, 8:51 p.m., Martin Gräßlin wrote:
> > recommendation: look at kwin/main.cpp kdemain()
>
> David Edmundson wrote:
> Thanks.
>
> Copy and pasted for lazy:
>
> #ifdef M_TRIM_THRESHOLD
> // Prevent fragmentation of the heap by malloc (glibc).
>
> On March 3, 2014, 8:51 p.m., Martin Gräßlin wrote:
> > recommendation: look at kwin/main.cpp kdemain()
Thanks.
Copy and pasted for lazy:
#ifdef M_TRIM_THRESHOLD
// Prevent fragmentation of the heap by malloc (glibc).
//
// The default threshold is 128*1024, which can result in a
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116577/#review51820
---
recommendation: look at kwin/main.cpp kdemain()
- Martin Gräß