P99

◆ malloc_throw

#define malloc_throw (   ...)    P99_THROW_CALL_VOIDP(malloc, thrd_nomem, __VA_ARGS__)

A wrapper arround malloc that throws an exception on error.

Definition at line 212 of file p99_c99_throw.h.