Segment.h
Go to the documentation of this file.
Definition: Segment.h:85
virtual void create()=0
called when the runner should create a new memory segment
Segment & operator=(const Segment &)
static const char * BasePath
common path of all segment names in path-based environments
Definition: Segment.h:45
static SBuf Name(const SBuf &prefix, const char *suffix)
concatenates parts of a name to form a complete name (or its prefix)
Definition: Segment.cc:52
void checkSupport(const char *const context)
Definition: Segment.cc:363
Segment(const Segment &)
void create(const off_t aSize)
Create a new shared memory segment. Unlinks the segment on destruction.
Definition: Segment.cc:328
Definition: RunnersRegistry.h:38
Definition: SquidString.h:26
Definition: IpcIoFile.h:24