]> git.saurik.com Git - redis.git/commit - src/redis.c
use the function deprecated attribute if compiling with GCC to get warnings for mallo...
authorantirez <antirez@gmail.com>
Tue, 27 Jul 2010 07:36:42 +0000 (09:36 +0200)
committerantirez <antirez@gmail.com>
Tue, 27 Jul 2010 07:36:42 +0000 (09:36 +0200)
commitb3aa6d712e1345a57696e4d260ce49ccac253ba7
treeaf938ee0e3aa990f675a5581b78a04b702d30c71
parent399f2f401c6fc3d489e2e40ffc78638425e3a09e
use the function deprecated attribute if compiling with GCC to get warnings for malloc/free usages. We always want to use our zmalloc/zfree versions for memory usage tracking
src/redis.c
src/redis.h