Bug 682313: Fix jemalloc to export _strdup and _wcsdup so that we don't have an allocator mismatch. r=jimm

This commit is contained in:
Kyle Huey 2011-08-30 17:07:51 -04:00
parent 3ed9181a00
commit 26a42afe84

View File

@ -46,7 +46,9 @@ EXPORTS
posix_memalign=je_posix_memalign
strndup=je_strndup
strdup=je_strdup
_strdup=je_strdup
wcsdup=je_wcsdup
_wcsdup=je_wcsdup
malloc_usable_size=je_malloc_usable_size
jemalloc_stats
; A hack to work around the CRT (see giant comment in Makefile.in)