Alloc.C File Reference

#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.

Detailed Description

memory allocation routines for 16-byte alignment

Definition in file Alloc.C.


Function Documentation

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

Generated on Sun May 8 08:42:52 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3