| Index: net/disk_cache/trace.cc
|
| diff --git a/net/disk_cache/trace.cc b/net/disk_cache/trace.cc
|
| index 15c083d849e8d68b087d38b5c2810e310afe78d3..ae0aa1a05b9016409b64c8dc03677eb0c6324648 100644
|
| --- a/net/disk_cache/trace.cc
|
| +++ b/net/disk_cache/trace.cc
|
| @@ -23,11 +23,11 @@
|
|
|
| namespace {
|
|
|
| -const int kEntrySize = 48;
|
| +const int kEntrySize = 12 * sizeof(size_t);
|
| #if defined(NET_BUILD_STRESS_CACHE)
|
| const int kNumberOfEntries = 500000;
|
| #else
|
| -const int kNumberOfEntries = 5000; // 240 KB.
|
| +const int kNumberOfEntries = 5000; // 240 KB on 32bit, 480 KB on 64bit
|
| #endif
|
|
|
| bool s_trace_enabled = false;
|
|
|