bareos: master 1fe0d01d

Author Committer Branch Timestamp Parent
arogge arogge master 2020-04-09 21:39 master 70bd01f6 Pending
Changeset core: remove calls to malloc_trim()

This may have been useful in the ancient past, but modern operating
systems are really good at memory handling and usually don't need much
help to run things optimally. Thus calling malloc_trim() is probably not
a great idea anymore.
mod - core/cmake/BareosCheckFunctions.cmake Diff File
mod - core/doxygen/bareos.doxy Diff File
mod - core/src/include/config.h.in Diff File
mod - core/src/lib/mem_pool.cc Diff File