summaryrefslogtreecommitdiff
path: root/test/backupstore/testbackupstore.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-11-13 16:07:36 +0000
committerChris Wilson <chris+github@qwirx.com>2006-11-13 16:07:36 +0000
commitc26856da8e344e7ec94d55f92ed49a09f04c5769 (patch)
treed0b1ac1ad274e27a93844ebb4848584c0c538f58 /test/backupstore/testbackupstore.cpp
parentab0b5628af0aaf7851a4ca377a25ed569d4112c2 (diff)
* Track memory leaks in allocations via the standard libraries, and
avoid malloc/delete mismatches, by overriding standard new operator. * Added another global enable flag to memleak finder, which is used to mark the end of static allocations and the start of dynamic code, since the memory leak detection is done before cleanup of static objects. * Added a public guard class, to allow safe scoped disabling of memory leak detection. * Added InternalAllocGuard to protect against recursive loops when allocating memory inside the memory leak checker. (refs #3)
Diffstat (limited to 'test/backupstore/testbackupstore.cpp')
0 files changed, 0 insertions, 0 deletions