Backing out the smaller arena, Bug 408720

This commit is contained in:
Olli.Pettay@helsinki.fi 2007-12-22 05:58:49 -08:00
Родитель 5f63b87028
Коммит 2b5b293c05
1 изменённых файлов: 1 добавлений и 1 удалений

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

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