summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/heapmgr.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kernel/heapmgr.H')
-rw-r--r--src/include/kernel/heapmgr.H9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/include/kernel/heapmgr.H b/src/include/kernel/heapmgr.H
index a2509e060..56652ea66 100644
--- a/src/include/kernel/heapmgr.H
+++ b/src/include/kernel/heapmgr.H
@@ -211,8 +211,11 @@ class HeapManager
Util::Lockfree::Stack<big_chunk_t> big_chunk_stack; //!< big chunk dir
static const size_t cv_chunk_size[BUCKETS];//!< The bucket sizes
- static size_t cv_coalesce_count; //!< coalesced chunk count
- static size_t cv_free_bytes; //!< Only valid after coalesce()
- static size_t cv_free_chunks; //!< Only valid after coalesce()
+ static uint32_t cv_coalesce_count; //!< coalesced chunk count
+ static uint32_t cv_free_bytes; //!< Only valid after coalesce()
+ static uint32_t cv_free_chunks; //!< Only valid after coalesce()
+ static uint32_t cv_smallheap_page_count; //!< # of pages being used
+ static uint32_t cv_largeheap_page_count; //!< # of pages being used
+ static uint32_t cv_largeheap_page_max; //!< Max # of pages used
};
#endif
OpenPOWER on IntegriCloud