diff options
Diffstat (limited to 'libglusterfs/src/mem-pool.h')
| -rw-r--r-- | libglusterfs/src/mem-pool.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/libglusterfs/src/mem-pool.h b/libglusterfs/src/mem-pool.h index e68e00dfca1..a2a907a2344 100644 --- a/libglusterfs/src/mem-pool.h +++ b/libglusterfs/src/mem-pool.h @@ -46,6 +46,9 @@ struct mem_acct_rec {          uint32_t        total_allocs;          uint32_t        max_num_allocs;          gf_lock_t       lock; +#ifdef DEBUG +        struct list_head   obj_list; +#endif  };  struct mem_acct { @@ -59,6 +62,9 @@ struct mem_header {          size_t          size;          struct mem_acct *mem_acct;          uint32_t        magic; +#ifdef DEBUG +        struct list_head   acct_list; +#endif          int             padding[8];  };  | 
