|
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 the allocate method. | |
| TEST_F (PosixAlloc, tryAllocate) | |
| test the tryAllocate method. | |
| TEST_F (PosixAlloc, deallocate) | |
| test the deallocate method. | |
| TEST_F (PosixAlloc, mbind) | |
| test the mbind method. | |
| TEST_F (PosixAlloc, mlock) | |
| test the mlock method. | |
| 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 the allocate method.
| TEST_F | ( | PosixAlloc | , |
| benchmark | ) |
test concurrent access.
| TEST_F | ( | PosixAlloc | , |
| deallocate | ) |
test the deallocate method.
| TEST_F | ( | PosixAlloc | , |
| mbind | ) |
test the mbind method.
| TEST_F | ( | PosixAlloc | , |
| mlock | ) |
test the mlock method.
| TEST_F | ( | PosixAlloc | , |
| move | ) |
test move.
| TEST_F | ( | PosixAlloc | , |
| tryAllocate | ) |
test the tryAllocate method.