mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
minor performance tweak for deque
This commit is contained in:
parent
bc08b3352c
commit
13210310b6
@ -179,7 +179,7 @@ protected:
|
||||
|
||||
private:
|
||||
|
||||
enum {eGrowthDelta=10};
|
||||
enum {eGrowthDelta=64};
|
||||
|
||||
/**
|
||||
* Copy constructor (PRIVATE)
|
||||
|
@ -179,7 +179,7 @@ protected:
|
||||
|
||||
private:
|
||||
|
||||
enum {eGrowthDelta=10};
|
||||
enum {eGrowthDelta=64};
|
||||
|
||||
/**
|
||||
* Copy constructor (PRIVATE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user