mongo-ruby-driver/ext/cbson
Hongli Lai (Phusion) 2335108162 When possible, use system_free() to free asprintf() results.
On OS X, Ruby Enterprise Edition allocates memory with tcmalloc which is
not compatible with the system malloc. asprintf() allocates memory with
the system malloc so we need to free its result with the system free()
function instead of tcmalloc's free() function. REE's system_free()
API call does that.
2011-02-14 09:41:39 -05:00
..
buffer.c minor: docs 2010-03-01 12:09:21 -05:00
buffer.h minor: docs 2010-03-01 12:09:21 -05:00
cbson.c When possible, use system_free() to free asprintf() results. 2011-02-14 09:41:39 -05:00
encoding_helpers.c minor: docs 2010-03-01 12:09:21 -05:00
encoding_helpers.h minor: docs 2010-03-01 12:09:21 -05:00
extconf.rb renamed mongo_bson to bson 2010-04-05 10:39:55 -04:00
version.h BUMP 1.2.1 2011-02-10 15:27:06 -05:00