P99

◆ aligned_alloc()

void* aligned_alloc ( size_t  p00_alignment,
size_t  p00_size 
)
inline

allocation with a chosen alignment

Remarks
this implementation relies on the presence of posix_memalign from POSIX

Definition at line 51 of file p99_clib.h.