|
join 1.0
lightweight network framework library
|

Functions | |
| TEST (LocalAlloc, move) | |
| test move. | |
| TEST (LocalAlloc, allocate) | |
| test the allocate method. | |
| TEST (LocalAlloc, tryAllocate) | |
| test the tryAllocate method. | |
| TEST (LocalAlloc, deallocate) | |
| test the deallocate method. | |
| TEST (LocalAlloc, mbind) | |
| test the mbind method. | |
| TEST (LocalAlloc, mlock) | |
| test the mlock method. | |
| TEST (LocalAlloc, benchmark) | |
| test concurrent access. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST | ( | LocalAlloc | , |
| allocate | ) |
test the allocate method.
| TEST | ( | LocalAlloc | , |
| benchmark | ) |
test concurrent access.
| TEST | ( | LocalAlloc | , |
| deallocate | ) |
test the deallocate method.
| TEST | ( | LocalAlloc | , |
| mbind | ) |
test the mbind method.
| TEST | ( | LocalAlloc | , |
| mlock | ) |
test the mlock method.
| TEST | ( | LocalAlloc | , |
| move | ) |
test move.
| TEST | ( | LocalAlloc | , |
| tryAllocate | ) |
test the tryAllocate method.