mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 921140 - Do not force an allocation for typical zone vectors; r=billm
--HG-- extra : rebase_source : 3b2b664643d2123c558a7fcce8f6248fd35dec7c
This commit is contained in:
parent
ae1e2990b4
commit
9a1c21b15c
@ -672,7 +672,7 @@ namespace gc {
|
||||
class MarkingValidator;
|
||||
} // namespace gc
|
||||
|
||||
typedef Vector<JS::Zone *, 1, SystemAllocPolicy> ZoneVector;
|
||||
typedef Vector<JS::Zone *, 4, SystemAllocPolicy> ZoneVector;
|
||||
|
||||
class AutoLockForExclusiveAccess;
|
||||
class AutoPauseWorkersForGC;
|
||||
|
Loading…
Reference in New Issue
Block a user