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:
Mike Hommey 2017-11-01 16:45:24 +09:00
Родитель 485f23d7b1
Коммит a71adf8fd9
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -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