зеркало из https://github.com/mozilla/pjs.git
Backing out the smaller arena, Bug 408720
This commit is contained in:
Родитель
5f63b87028
Коммит
2b5b293c05
|
@ -151,7 +151,7 @@ nsDOMNodeAllocator::Alloc(size_t aSize)
|
|||
mPool = new PLArenaPool();
|
||||
NS_ENSURE_TRUE(mPool, nsnull);
|
||||
PL_InitArenaPool(mPool, "nsDOMNodeAllocator",
|
||||
4096 * (sizeof(void*)/4), 0);
|
||||
4096 * (sizeof(void*)/2), 0);
|
||||
}
|
||||
// Allocate a new chunk from the arena
|
||||
PL_ARENA_ALLOCATE(result, mPool, aSize);
|
||||
|
|
Загрузка…
Ссылка в новой задаче