![]() |
A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
|
#include <SlabAllocator.h>
Collaboration diagram for _stritem:Public Attributes | |
| struct _stritem * | next |
| struct _stritem * | prev |
| char | data [] |
Structure for storing items within memcached.
Definition at line 45 of file SlabAllocator.h.
| char _stritem::data[] |
Definition at line 51 of file SlabAllocator.h.
| struct _stritem* _stritem::next |
Definition at line 47 of file SlabAllocator.h.
| struct _stritem* _stritem::prev |
Definition at line 48 of file SlabAllocator.h.