|
|
От: |
IID
|
|
| Дата: | 17.09.09 11:20 | ||
| Оценка: | 19 (1) | ||
The function posix_memalign() allocates size bytes and places the address of the allocated memory in *memptr. The address of the allocated memory will be a multiple of alignment, which must be a power of two and a multiple of sizeof(void *).
The posix_memalign() function is added for alignment with IEEE Std 1003.1d-1999.