summaryrefslogtreecommitdiff
path: root/zmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* More precise memory used guesswork in zmalloc.cantirez2010-04-201-2/+6
* A problem with replication with multiple slaves connectiong to a single maste...antirez2010-02-191-1/+1
* thread safe zmalloc used memory counterantirez2010-01-151-9/+39
* More threaded I/O VM work + Redis init scriptantirez2010-01-111-0/+2
* Fixed Issue 83:Using TYPE on a zset results in a malformed response from the ...antirez2009-10-311-1/+1
* zmalloc Solaris fixes thanks to Alan Harderantirez2009-10-271-8/+14
* initial skiplist implementation. Most memory checks removed and zmalloc() mod...antirez2009-10-231-3/+11
* added config.h for #ifdef business isolation, added fstat64 for Mac OS Xantirez2009-06-051-6/+1
* macosx specific zmalloc.c, uses malloc_size function in order to avoid to was...antirez2009-06-041-0/+30
* zmalloc fix, return NULL or real malloc failureantirez2009-04-301-0/+1
* ANSI-C compatibility changesantirez2009-03-271-4/+4
* first commitantirez2009-03-221-0/+82