2335108162
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. |
||
---|---|---|
.. | ||
buffer.c | ||
buffer.h | ||
cbson.c | ||
encoding_helpers.c | ||
encoding_helpers.h | ||
extconf.rb | ||
version.h |