LLVM
8.0.1
|
This file defines counterparts of C library allocation functions defined in the namespace 'std'. More...
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Functions | |
LLVM_ATTRIBUTE_RETURNS_NONNULL void * | llvm::safe_malloc (size_t Sz) |
LLVM_ATTRIBUTE_RETURNS_NONNULL void * | llvm::safe_calloc (size_t Count, size_t Sz) |
LLVM_ATTRIBUTE_RETURNS_NONNULL void * | llvm::safe_realloc (void *Ptr, size_t Sz) |
This file defines counterparts of C library allocation functions defined in the namespace 'std'.
The new allocation functions crash on allocation failure instead of returning null pointer.
Definition in file MemAlloc.h.