
Definition in file Alloc.C.
#include "Util/Alloc.H"
#include "Util/AllocAux.H"
Include dependency graph for Alloc.C:

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. | |
|
|
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(). |
|
|
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.4.4