Functions | |
| int | fileExists (const char *const a_filename) |
| Check if a file exists. | |
| int | memalign (void **a_memptr, size_t a_alignment, size_t a_size) |
| Allocate aligned memory. | |
| int | popcnt (unsigned i) |
| int CHSystem::fileExists | ( | const char *const | a_filename | ) |
Check if a file exists.
| int CHSystem::memalign | ( | void ** | a_memptr, | |
| size_t | a_alignment, | |||
| size_t | a_size | |||
| ) |
Allocate aligned memory.
| int CHSystem::popcnt | ( | unsigned | i | ) | [inline] |
| [in] | a_i | Integer |
1.5.5