summaryrefslogtreecommitdiffstats
path: root/src/common/MemoryModel.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: MemoryModel: do not discard memory mappings marked [stack]Ronen Friedman2024-06-181-5/+0
* common: MemoryModel: do not store measurementsRonen Friedman2024-06-181-10/+0
* common: MemoryModel: speed-up and clean get_mapped_heap()Ronen Friedman2024-06-181-18/+38
* common: MemoryModel: do not issue error messages directlyRonen Friedman2024-06-181-14/+4
* common: MemoryModel: use charconv to parse /proc/statusRonen Friedman2024-06-181-30/+69
* common: MemoryModel: keep /proc files openRonen Friedman2024-06-181-39/+48
* common: rename MemoryModel::snap to mem_snap_tRonen Friedman2024-06-181-1/+2
* common: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* common: Remove redundant includesJos Collin2017-05-221-5/+1
* core: Prefix /proc/ with FreeBSD emulationWillem Jan Withagen2017-04-051-4/+5
* common/MemoryModel: Bump int to long and drop mallinfoXiaoxi Chen2017-02-221-18/+8
* common: include malloc.h only on linuxMykola Golub2016-03-091-0/+2
* aix gcc librados portRohan Mars2015-11-231-0/+1
* common/MemoryModel: Alpine is a linux variant but does not implement mallinfo...John Coyle2015-10-191-1/+2
* common/MemoryModel: remove logging to /tmp/memlogSage Weil2013-03-221-13/+1
* log: new logging infrastructureSage Weil2012-03-271-0/+2
* First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-051-0/+4
* common/MemoryModel: de-globalizeColin Patrick McCabe2011-06-211-5/+10
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* memorymodel: fix crash on weird inputSage Weil2009-06-051-2/+6
* mem: gather meminfo statsSage Weil2009-05-291-0/+18
* mds: encapsulate /proc examination in MemoryModel; calc heap sizeSage Weil2009-05-291-0/+82