summaryrefslogtreecommitdiff
path: root/src/thread_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread_cache.h')
-rw-r--r--src/thread_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread_cache.h b/src/thread_cache.h
index c6e3eb4..ad5ce3e 100644
--- a/src/thread_cache.h
+++ b/src/thread_cache.h
@@ -231,7 +231,7 @@ class ThreadCache {
// Gets and returns an object from the central cache, and, if possible,
// also adds some objects of that size class to this thread cache.
- void* FetchFromCentralCache(size_t cl, size_t byte_size);
+ void* FetchFromCentralCache(size_t cl, int32_t byte_size);
// Releases some number of items from src. Adjusts the list's max_length
// to eventually converge on num_objects_to_move(cl).