#include <cstdlib>
Go to the source code of this file.
Functions | |
void * | invt_allocate (size_t nbytes) |
Allocate nbytes of memory, throwing an exception in case of failure. | |
void | invt_deallocate (void *mem) |
Deallocate the given memory region. |
memory allocation routines for 16-byte alignment
Definition in file Alloc.H.
void* invt_allocate | ( | size_t | nbytes | ) |
Allocate nbytes of memory, throwing an exception in case of failure.
Definition at line 45 of file Alloc.C.
References invt_allocate_aux().
Referenced by wrap_invt_allocate().
void invt_deallocate | ( | void * | mem | ) |
Deallocate the given memory region.
Definition at line 50 of file Alloc.C.
References invt_deallocate_aux().
Referenced by ArrayHelper< T, isTrivial >::copy_initialize(), wrap_invt_deallocate(), and ArrayHelper< T, isTrivial >::zero_initialize().