mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 785463 - Tweak PurpleBuffer Block size, r=mccr8
This commit is contained in:
parent
c2a2357c1c
commit
5931bf34db
@ -704,7 +704,8 @@ struct nsPurpleBuffer
|
||||
private:
|
||||
struct Block {
|
||||
Block *mNext;
|
||||
nsPurpleBufferEntry mEntries[255];
|
||||
// Try to match the size of a jemalloc bucket.
|
||||
nsPurpleBufferEntry mEntries[1360];
|
||||
|
||||
Block() : mNext(nullptr) {}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user