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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
_stritem Struct Reference

#include <SlabAllocator.h>

+ Collaboration diagram for _stritem:

Public Attributes

struct _stritemnext
 
struct _stritemprev
 
char data []
 

Detailed Description

Structure for storing items within memcached.

Definition at line 45 of file SlabAllocator.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: