summaryrefslogtreecommitdiff
path: root/zmalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Issue 83:Using TYPE on a zset results in a malformed response from the ↵antirez2009-10-311-1/+1
| | | | Redis server
* zmalloc Solaris fixes thanks to Alan Harderantirez2009-10-271-8/+14
|
* initial skiplist implementation. Most memory checks removed and zmalloc() ↵antirez2009-10-231-3/+11
| | | | modified to fail with an error message and abort. Anyway Redis is not designed to recover from out of memory conditions.
* 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 ↵antirez2009-06-041-0/+30
| | | | waste memory and time to put an additional header
* 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