]> git.ipfire.org Git - thirdparty/squid.git/commit - src/mem/PoolMalloc.cc
SourceLayout: shuffle MemMeter into libmem and Mem:: namespace
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 27 Aug 2015 21:44:42 +0000 (14:44 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 27 Aug 2015 21:44:42 +0000 (14:44 -0700)
commit9663db1c5b4d55566b19f220004aad2b0ee6c594
tree0e9a5800d47db0b4f8605ad82af81d3c10dc73de
parent592776a6c0dc4e5bf11c189b73e2ee79d5b9b2a7
SourceLayout: shuffle MemMeter into libmem and Mem:: namespace

* move the memMeter.h file to src/mem/Meter.h

* move the helper #define macros logic to class members

* provide accessors to make all class members private

There are no logic changes in this patch.
include/memMeter.h [deleted file]
src/cbdata.cc
src/mem/Makefile.am
src/mem/Meter.h [new file with mode: 0644]
src/mem/Pool.cc
src/mem/Pool.h
src/mem/PoolChunked.cc
src/mem/PoolMalloc.cc
src/mem/forward.h
src/mem/old_api.cc