
#include "Util/Alloc.H"#include "Util/AllocAux.H"
Go to the source code of this file.
| Functions | |
| void * | invt_allocate (size_t user_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.C.
| void* invt_allocate | ( | size_t | user_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().
 1.6.3
 1.6.3