pa_xmalloc

Allocate the specified number of bytes, just like malloc() does. However, in case of OOM, terminate

extern (C)
void*
pa_xmalloc
(
size_t l
)

Meta