Increase the size of the underlying arenas from 2K to 4K. After looking
at a veriety of pages that seems to be a better choice git-svn-id: svn://10.0.0.236/trunk@64691 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -161,7 +161,7 @@ static PRBool gDoAsyncReflowAfterDocLoad = PR_FALSE;
|
||||
// 200 bytes
|
||||
class FrameArena {
|
||||
public:
|
||||
FrameArena(PRUint32 aArenaSize = 2048);
|
||||
FrameArena(PRUint32 aArenaSize = 4096);
|
||||
~FrameArena();
|
||||
|
||||
// Memory management functions
|
||||
|
||||
@@ -161,7 +161,7 @@ static PRBool gDoAsyncReflowAfterDocLoad = PR_FALSE;
|
||||
// 200 bytes
|
||||
class FrameArena {
|
||||
public:
|
||||
FrameArena(PRUint32 aArenaSize = 2048);
|
||||
FrameArena(PRUint32 aArenaSize = 4096);
|
||||
~FrameArena();
|
||||
|
||||
// Memory management functions
|
||||
|
||||
Reference in New Issue
Block a user