about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-06 09:52:28 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-06 09:57:44 +0000
commit29a8ef46d219ad97c94ef88aa5f81fb2d07e4cda (patch)
tree812db99188ccc7bde84b108a600da33054664ab4
parent3b9f51748e99394cbe4d6b9b10b29aaff1ac0522 (diff)
downloadmall-1.0.0.tar.gz
mall 1.0.0 - glibc-specific extras! v1.0.0
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
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 2b14a69..88b943a 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.0.1.GIT
+DEF_VER=v1.0.0.GIT
 
 LF='
 '