diff options
Diffstat (limited to 'src/kernel/heapmgr.C')
-rw-r--r-- | src/kernel/heapmgr.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/heapmgr.C b/src/kernel/heapmgr.C index d09799a72..b9f8d4d37 100644 --- a/src/kernel/heapmgr.C +++ b/src/kernel/heapmgr.C @@ -446,7 +446,7 @@ void HeapManager::_coalesce() chunk = temp; } printkd("HeapMgr coalesced total %d\n",cv_coalesce_count); - test_pages(); /*no effect*/ // BEAM fix. + test_pages(); } void HeapManager::stats() |