P99

◆ realloc_throw

#define realloc_throw (   ...)    P99_THROW_CALL_VOIDP(realloc, thrd_nomem, __VA_ARGS__)

A wrapper arround realloc that throws an exception on error.

Definition at line 218 of file p99_c99_throw.h.