Make NO_FAST_ALLOC compile.

--HG--
extra : convert_revision : 80579a61eb8d220e75cdee11bc09ca985c8fd85c
This commit is contained in:
Steve Reinhardt 2007-07-14 12:12:46 -07:00
parent 7cd6c7ee05
commit c2ee69d687

View file

@ -34,15 +34,15 @@
* by permission.
*/
#ifndef NO_FAST_ALLOC
#include <assert.h>
#include "base/fast_alloc.hh"
#if !NO_FAST_ALLOC
#ifdef __GNUC__
#pragma implementation
#endif
#include <assert.h>
#include "base/fast_alloc.hh"
void *FastAlloc::freeLists[Num_Buckets];
#ifdef FAST_ALLOC_STATS