Bug 616061 - Disable TLS in jemalloc on Android, r=mwu a=blassey

This commit is contained in:
Vladimir Vukicevic 2011-01-25 15:22:45 -05:00
Родитель e3a3546b75
Коммит 6209c787e9
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -96,6 +96,11 @@
*******************************************************************************
*/
#ifdef MOZ_MEMORY_ANDROID
#define NO_TLS
#define _pthread_self() pthread_self()
#endif
/*
* MALLOC_PRODUCTION disables assertions and statistics gathering. It also
* defaults the A and J runtime options to off. These settings are appropriate