~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to filter/memory.cpp

  • Committer: Teus Benschop
  • Date: 2022-11-13 10:10:35 UTC
  • Revision ID: teusjannette@gmail.com-20221113101035-tfpqtklwoj31b306
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#ifdef HAVE_EXECINFO
27
27
#include <execinfo.h>
28
28
#endif
 
29
using namespace std;
29
30
 
30
31
 
31
32
// Returns the memory available as a percentage of the total system memory.