#include "squid.h"
#include "base/Random.h"
#include "cache_cf.h"
#include "ConfigOption.h"
#include "DiskIO/DiskIOModule.h"
#include "DiskIO/DiskIOStrategy.h"
#include "fde.h"
#include "FileMap.h"
#include "fs_io.h"
#include "globals.h"
#include "Parsing.h"
#include "RebuildState.h"
#include "SquidConfig.h"
#include "SquidMath.h"
#include "StatCounters.h"
#include "store_key_md5.h"
#include "StoreSwapLogData.h"
#include "tools.h"
#include "UFSSwapDir.h"
#include <cerrno>
#include <cmath>
Go to the source code of this file.
◆ CLEAN_BUF_SZ
#define CLEAN_BUF_SZ 16384 |
◆ FreeObject()
static void FreeObject |
( |
void * |
address | ) |
|
|
static |
◆ rev_int_sort()
static int rev_int_sort |
( |
const void * |
A, |
|
|
const void * |
B |
|
) |
| |
|
static |