![]() |
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 <sys/stat.h>#include <sys/socket.h>#include <sys/signal.h>#include <sys/resource.h>#include <fcntl.h>#include <netinet/in.h>#include <errno.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <assert.h>#include <pthread.h>#include <iostream>#include "SlabAllocator.h"
Include dependency graph for SlabAllocator.cc:Go to the source code of this file.
Macros | |
| #define | SLAB_ALLOCATOR_CC |
| #define SLAB_ALLOCATOR_CC |
Code is modified from memcached slabs allocator by Jia. memcached is using BSD license.
Definition at line 7 of file SlabAllocator.cc.