0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
CellCacheAllocator.cc
Go to the documentation of this file.
1 
20 #include "Common/Compat.h"
21 // Global.h cannot be used in headers as it'll cause circular inclusion
22 #include "Global.h"
23 
24 namespace Hypertable {
25 
28  return std::malloc(sz);
29 }
30 
33 }
34 
35 } // namespace Hypertable
static Hypertable::MemoryTracker * memory_tracker
Definition: Global.h:94
Compatibility Macros for C/C++.
Hypertable definitions
void subtract(int64_t amount)
Subtract to memory used.
Definition: MemoryTracker.h:60
void add(int64_t amount)
Add to memory used.
Definition: MemoryTracker.h:53