Allocate Sz bytes with malloc, aborting on failure.

Synopsis

Declared in <llvm/Support/MemAlloc.h>

void*
safe_malloc(size_t Sz);

Return Value

A non‐null pointer to the allocated memory.

Parameters

Name

Description

Sz

Number of bytes to allocate.

Created with MrDocs