malloc hook for jemalloc and c memory info dump

This commit is contained in:
Cloud Wu
2014-04-18 17:38:18 +08:00
parent 5b68dc6a17
commit ac1a0a4c99
8 changed files with 318 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
## Build
Install autoconf first for jemalloc
```
make 'PLATFORM' # PLATFORM can be linux, macosx, freebsd now
```