Skip to content

Commit

Permalink
core: mem - updated defines to pkg mod stats
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 28, 2016
1 parent 8345823 commit 69f9328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mem/pkg.h
Expand Up @@ -48,8 +48,8 @@ void pkg_print_manager(void);
# define pkg_info(mi) _pkg_root.xinfo(_pkg_root.mem_block, mi)
# define pkg_available() _pkg_root.xavailable(_pkg_root.mem_block)
# define pkg_sums() _pkg_root.xsums(_pkg_root.mem_block)
# define pkg_mod_get_stats(x) _pkg_root.xstats(_pkg_root.mem_block, x)
# define pkg_mod_free_stats(x) _pkg_root.xfstats(x)
# define pkg_mod_get_stats(x) _pkg_root.xmodstats(_pkg_root.mem_block, x)
# define pkg_mod_free_stats(x) _pkg_root.xfmodstats(x)

#else /*PKG_MALLOC*/
/* use system allocator */
Expand Down

0 comments on commit 69f9328

Please sign in to comment.