diff options
Diffstat (limited to 'src/allocators/tcmalloc/tcmalloc_2.7_no_active_falsesharing.patch')
| -rw-r--r-- | src/allocators/tcmalloc/tcmalloc_2.7_no_active_falsesharing.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/allocators/tcmalloc/tcmalloc_2.7_no_active_falsesharing.patch b/src/allocators/tcmalloc/tcmalloc_2.7_no_active_falsesharing.patch index c14172d..a76a2f2 100644 --- a/src/allocators/tcmalloc/tcmalloc_2.7_no_active_falsesharing.patch +++ b/src/allocators/tcmalloc/tcmalloc_2.7_no_active_falsesharing.patch @@ -1,7 +1,7 @@ -diff --git a/src/thread_cache.cc b/src/thread_cache.cc +diff --git src/thread_cache.cc src/thread_cache.cc index 6d2f832..2074f4a 100644 ---- a/src/thread_cache.cc -+++ b/src/thread_cache.cc +--- src/thread_cache.cc ++++ src/thread_cache.cc @@ -120,7 +120,11 @@ void* ThreadCache::FetchFromCentralCache(uint32 cl, int32_t byte_size, ASSERT(list->empty()); const int batch_size = Static::sizemap()->num_objects_to_move(cl); |
