зеркало из https://github.com/mozilla/gecko-dev.git
Bug 616061 - Disable TLS in jemalloc on Android, r=mwu a=blassey
This commit is contained in:
Родитель
e3a3546b75
Коммит
6209c787e9
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче