summaryrefslogtreecommitdiff
path: root/src/zmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* use gcc sync builtins for memory counter when possiblePremysl Hruby2012-02-261-9/+33
* Precision of getClientOutputBufferMemoryUsage() greatily improved, see issue ...antirez2012-02-071-0/+14
* Fix crash on SPARC due to improper alignment of allocated memoryChris Lamb2011-11-161-1/+1
* no more allocation stats info in INFO, useless now that we have jemalloc.antirez2011-07-021-10/+0
* forward-ported changes in zmalloc.c/h to support jemalloc buildantirez2011-06-201-5/+10
* Fixed compilation on FreeBSDantirez2011-01-201-1/+1
* initial fix of the test suite to run both in in-memory and diskstore modeantirez2011-01-091-1/+1
* allocation stats in INFOantirez2011-01-091-12/+23
* zmalloc functions to get RSS and fragmentation refactored into two separated ...antirez2010-11-021-8/+25
* Don't use prefix when malloc_size() can be calledPieter Noordhuis2010-10-231-3/+14
* memory fragmentation reporting in INFO also added for Mac OS Xantirez2010-09-021-6/+31
* memory fragmentation ratio in INFO outputantirez2010-09-021-0/+42
* Add zcalloc and use it where appropriateBenjamin Kramer2010-07-251-0/+14
* redis.c split into many different C files.antirez2010-07-011-0/+158