#include "squid.h"
#include "base/TextException.h"
#include "compat/shm.h"
#include "debug/Stream.h"
#include "fatal.h"
#include "ipc/mem/Segment.h"
#include "sbuf/SBuf.h"
#include "SquidConfig.h"
#include "tools.h"
#include <map>
Include dependency graph for Segment.cc:
Go to the source code of this file.
Typedefs | |
typedef std::map< String, Ipc::Mem::Segment * > | SegmentMap |
Variables | |
static SegmentMap | Segments |
Typedef Documentation
◆ SegmentMap
typedef std::map<String, Ipc::Mem::Segment *> SegmentMap |
Definition at line 303 of file Segment.cc.
Variable Documentation
◆ Segments
|
static |
Definition at line 304 of file Segment.cc.
Referenced by Ipc::Mem::Segment::~Segment(), Ipc::Mem::Segment::create(), and Ipc::Mem::Segment::open().