Re: Review Request 116577: Call malloc_trim() when deleting a dialog

2015-08-31 Thread David Edmundson
--- 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

Re: Review Request 116577: Call malloc_trim() when deleting a dialog

2014-03-12 Thread Vishesh Handa
> 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). >

Re: Review Request 116577: Call malloc_trim() when deleting a dialog

2014-03-03 Thread David Edmundson
> 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

Re: Review Request 116577: Call malloc_trim() when deleting a dialog

2014-03-03 Thread Martin Gräßlin
--- 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äß