Pyrogenesis  trunk
Classes | Typedefs
file_cache.cpp File Reference
#include "precompiled.h"
#include "lib/file/vfs/file_cache.h"
#include "lib/external_libraries/suppress_boost_warnings.h"
#include "lib/file/common/file_stats.h"
#include "lib/adts/cache_adt.h"
#include "lib/bits.h"
#include "lib/allocators/allocator_checker.h"
#include "lib/allocators/shared_ptr.h"
#include "lib/allocators/headerless.h"
#include "lib/sysdep/os_cpu.h"
#include "lib/posix/posix_mman.h"
Include dependency graph for file_cache.cpp:

Classes

class  FileCacheDeleter
 
class  Allocator
 
class  FileCache::Impl
 

Typedefs

typedef shared_ptr< AllocatorPAllocator
 

Typedef Documentation

typedef shared_ptr<Allocator> PAllocator