|
join 1.0
lightweight network framework library
|
#include <join/memory.hpp>#include <gtest/gtest.h>#include <sys/stat.h>#include <unistd.h>#include <cstring>#include <cerrno>
Classes | |
| class | PosixMem |
| class used to test the posix shared memory provider. More... | |
Functions | |
| TEST_F (PosixMem, create) | |
| TEST_F (PosixMem, get) | |
| TEST_F (PosixMem, mlock) | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | PosixMem | , |
| create | ) |
| TEST_F | ( | PosixMem | , |
| get | ) |
| TEST_F | ( | PosixMem | , |
| mlock | ) |