|
join 1.0
lightweight network framework library
|

Classes | |
| class | PosixAlloc |
| class used to test the posix shared memory provider. More... | |
Functions | |
| TEST_F (PosixAlloc, move) | |
| test move. | |
| TEST_F (PosixAlloc, allocate) | |
| test allocate. | |
| TEST_F (PosixAlloc, tryAllocate) | |
| test tryAllocate. | |
| TEST_F (PosixAlloc, deallocate) | |
| test deallocate. | |
| TEST_F (PosixAlloc, mlock) | |
| test mlock. | |
| TEST_F (PosixAlloc, benchmark) | |
| test concurrent access. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | PosixAlloc | , |
| allocate | ) |
test allocate.
| TEST_F | ( | PosixAlloc | , |
| benchmark | ) |
test concurrent access.
| TEST_F | ( | PosixAlloc | , |
| deallocate | ) |
test deallocate.
| TEST_F | ( | PosixAlloc | , |
| mlock | ) |
test mlock.
| TEST_F | ( | PosixAlloc | , |
| move | ) |
test move.
| TEST_F | ( | PosixAlloc | , |
| tryAllocate | ) |
test tryAllocate.