mongo-ruby-driver/ext
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
..
cbson When possible, use system_free() to free asprintf() results. 2011-02-14 09:41:39 -05:00
java minor: recomplile Java extensions 2011-01-14 10:50:55 -05:00