P99

◆ aligned_alloc_throw

#define aligned_alloc_throw (   ...)    P99_THROW_CALL_VOIDP(aligned_alloc, thrd_nomem, __VA_ARGS__)

A wrapper arround aligned_alloc that throws an exception on error.

Definition at line 202 of file p99_c99_throw.h.