summaryrefslogtreecommitdiff
path: root/src/zmalloc.h
Commit message (Expand)AuthorAgeFilesLines
* Precision of getClientOutputBufferMemoryUsage() greatily improved, see issue ...antirez2012-02-071-0/+4
* no more allocation stats info in INFO, useless now that we have jemalloc.antirez2011-07-021-3/+0
* forward-ported changes in zmalloc.c/h to support jemalloc buildantirez2011-06-201-3/+38
* allocation stats in INFOantirez2011-01-091-0/+3
* zmalloc functions to get RSS and fragmentation refactored into two separated ...antirez2010-11-021-0/+1
* memory fragmentation ratio in INFO outputantirez2010-09-021-0/+1
* Add zcalloc and use it where appropriateBenjamin Kramer2010-07-251-0/+1
* redis.c split into many different C files.antirez2010-07-011-0/+41