зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1413475 - Move MALLOC_DECOMMIT definition closer to that of MALLOC_DOUBLE_PURGE. r=njn
--HG-- extra : rebase_source : 41e4dc84269dfa47c9b7daf4ab587dd41c7eb290
This commit is contained in:
Родитель
485f23d7b1
Коммит
a71adf8fd9
|
@ -171,7 +171,10 @@ using namespace mozilla;
|
|||
#endif
|
||||
|
||||
#ifdef XP_WIN
|
||||
#define MALLOC_DECOMMIT
|
||||
#endif
|
||||
|
||||
#ifdef XP_WIN
|
||||
#define STDERR_FILENO 2
|
||||
|
||||
// Implement getenv without using malloc.
|
||||
|
@ -189,8 +192,6 @@ getenv(const char* name)
|
|||
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
#define MALLOC_DECOMMIT
|
||||
#endif
|
||||
|
||||
#ifndef XP_WIN
|
||||
|
|
Загрузка…
Ссылка в новой задаче