]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ipc/mem/Pages.cc
Provided a better description for the stack index updating step.
[thirdparty/squid.git] / src / ipc / mem / Pages.cc
CommitLineData
3e0ddf16
AR
1/*
2 * $Id$
3 *
4 * DEBUG: section 54 Interprocess Communication
5 *
6 */
7
8#include "config.h"
9#include "ipc/mem/Pages.h"
10
11// TODO: Implement using a single PagePool instance, for now.
12// Eventually, we may have pools dedicated to memory caching, disk I/O, etc.