![]() |
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 "SharedMem.h"#include "Configuration.h"#include <sys/mman.h>#include <unistd.h>#include <fcntl.h>#include <sys/types.h>#include <err.h>#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <pthread.h>#include <string>#include <iostream>#include "tlsf.h"
Include dependency graph for SharedMem.cc: