Apache HTTP Server Version 2.3

Available Languages: en
| Description: | Slot-based memory implementation API. |
|---|---|
| Status: | Extension |
| Module Identifier: | slotmem_module |
| Source File: | mod_slotmem.c |
mod_slotmem provides an interface to a
memory allocation implementation which is based on the
concept of datasets being in various "slots" within
a larger memory segment. As such, it is similar in
concept to a generic table or array. The real use of
the module is as a front-end to various providers
(such as mod_sharedmem) which deal
with the actual implementations. This allows modules
to use a single API for memory usage, to matter what
the underlying implementation is.
mod_slotmem provides the following
API functions:
This module provides no directives.
Available Languages: en