Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Alloc.C File Reference


Detailed Description

memory allocation routines for 16-byte alignment

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.


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 Mon Nov 23 15:49:35 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4