mall.git  about / heads / tags
access the mallinfo(3) and mallopt(3) functions from Ruby
$ git log --pretty=format:'%h %s (%cs)%d'
27f4708 pkg: various updates and URL change (2020-02-21)
	(HEAD -> master)
f2c9117 whitespace fixes (2011-06-16)
7829de9 mall: fix unsigned vs signed comparison warning (2011-06-16)
28be165 pkg.mk: saner for auto-generated files (2011-02-07)
18693fc mall 1.0.2 - fix packaging, harder (2011-02-06)
	(tag: v1.0.2)
9d980ac mall 1.0.1 - packaging fixes (2011-02-06)
	(tag: v1.0.1)
8d51627 pkg.mk: fix this to include generated extra files (2011-02-06)
d13411c gemspec: no lib/ dir for rdoc, just ext (2011-02-06)
34cc3bd gemspec: update mailing list (2011-02-06)
29a8ef4 mall 1.0.0 - glibc-specific extras! (2011-02-06)
	(tag: v1.0.0)
...

$ git cat-file blob HEAD:README
= Mall - access malloc tuning/reporting functions + 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.

Constants and functionality are defined at build time, so changing
your malloc implementation may require rebuilding and reinstalling
this library.

== Requirements

* A malloc implementation supporting mallinfo(3) and/or mallopt(3),
  the ptmalloc-family of allocators used by glibc is recommended
  and the only tested implementation.

== Install

  gem install mall

== SOURCE:

The source code is available via git:

  git://yhbt.net/mall.git
  http://yhbt.net/mall.git

cgit repository viewer:

* http://yhbt.net/mall.git (cgit)

== Contact

All feedback (bug reports, user/development dicussion, patches, pull
requests) go to the mailing list: {mall@librelist.org}[mail@librelist.org]

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       pkg: various updates and URL change (2020-02-21)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v1.0.2       mall 1.0.2 - fix packaging, harder (2011-02-06) tar.gz
v1.0.1       mall 1.0.1 - packaging fixes (2011-02-06) tar.gz
v1.0.0       mall 1.0.0 - glibc-specific extras! (2011-02-06) tar.gz
v0.0.1       mall 0.0.1 (2009-06-09) tar.gz

git clone https://yhbt.net/mall.git