Mall 1.0.0 - malloc tuning/reporting + glibc extras!

This library provides access to the SysV mallinfo(3) and mallopt(3)
functions as well as (optionally) several glibc-specific malloc_*()
functions. Mall.opt, Mall.trim and Mall.xml are the most interesting.

$ gem install mall

Changes:

New methods that map to glibc malloc_* extensions:

  • Mall.trim → malloc_trim()
  • Mall.xml → malloc_info() (requires glibc 2.10+)
  • Mall.dump_stats → malloc_stats()

Mall::ARENA_MAX and Mall::ARENA_TEST are also glibc-specific
constants for Mall.opt. With Mall.xml from glibc 2.10+, Mall
is ENTERPRISE READY!!!1

On Sun, Feb 6, 2011 at 6:18 PM, Eric W. [email protected] wrote:

$ gem install mall

minor nit,

Installing ri documentation for mall-1.0.0…
file ‘lib’ not found
Building YARD (yri) index for mall-1.0.0…
Installing RDoc documentation for mall-1.0.0…
file ‘lib’ not found

thanks for your cool gems.
best regards -botp

botp [email protected] wrote:

On Sun, Feb 6, 2011 at 6:18 PM, Eric W. [email protected] wrote:

$ gem install mall

minor nit,

Installing ri documentation for mall-1.0.0…
file ‘lib’ not found
Building YARD (yri) index for mall-1.0.0…
Installing RDoc documentation for mall-1.0.0…
file ‘lib’ not found

Oops, should be fixed in 1.0.2

thanks for your cool gems.

No problem! thanks for the feedback!