Fix the build with memory manager tracing disabled. The guard was missing
in the header. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43084 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -60,8 +60,10 @@ public:
|
|||||||
static bool MaintenanceNeeded();
|
static bool MaintenanceNeeded();
|
||||||
static void PerformMaintenance();
|
static void PerformMaintenance();
|
||||||
|
|
||||||
|
#if SLAB_MEMORY_MANAGER_ALLOCATION_TRACKING
|
||||||
static bool AnalyzeAllocationCallers(
|
static bool AnalyzeAllocationCallers(
|
||||||
AllocationTrackingCallback& callback);
|
AllocationTrackingCallback& callback);
|
||||||
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
struct Tracing;
|
struct Tracing;
|
||||||
|
|||||||
Reference in New Issue
Block a user