xrealloc

A realloc that exits on failure

extern (C) nothrow @nogc public
void*
xrealloc
(
void* oldp
,
size_t newsz
)

Meta