From 6faf377b5305f9dcc3c7b013c4d67f5accb92617 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Thu, 4 Jun 2009 23:21:12 -0700 Subject: types: clean up types, especially signed vs unsigned --- src/base/fast_alloc.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/fast_alloc.hh') diff --git a/src/base/fast_alloc.hh b/src/base/fast_alloc.hh index aa8fff130..41f6f248c 100644 --- a/src/base/fast_alloc.hh +++ b/src/base/fast_alloc.hh @@ -101,7 +101,7 @@ class FastAlloc // this class. There's no fundamental limit, but this limits the // size of the freeLists array. Let's not make this really huge // like in Blizzard. - static const int Max_Alloc_Size = 512; + static const size_t Max_Alloc_Size = 512; // Alloc_Quantum is the difference in size between adjacent // buckets in the free list array. -- cgit v1.2.3