mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 06:20:41 +00: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
9a5ce0ec01
commit
808f6c29de
@ -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…
x
Reference in New Issue
Block a user