]> git.saurik.com Git - redis.git/commit - src/zmalloc.c
Don't use prefix when malloc_size() can be called
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Sat, 23 Oct 2010 07:59:28 +0000 (09:59 +0200)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Sat, 23 Oct 2010 07:59:28 +0000 (09:59 +0200)
commit7cdc98b6305bb65aee5f5973e8123246755dac7d
treef6fa280bc3ada3acf6888f6bc77bec6ed6ea9cb4
parentda47440d444cfe023f339e0f7d6056101a332a48
Don't use prefix when malloc_size() can be called

Also, use tcmalloc functions explicitly via macros to prevent symbol
lookups to resolve to native malloc/free on OSX.
src/config.h
src/zmalloc.c