Pyrogenesis
13997
|
#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"
Go to the source code of this file.
Classes | |
class | FileCacheDeleter |
class | Allocator |
class | FileCache::Impl |
Typedefs | |
typedef shared_ptr< Allocator > | PAllocator |
typedef shared_ptr<Allocator> PAllocator |
Definition at line 70 of file file_cache.cpp.