Borderbasix

Functions
memory.hpp File Reference

Go to the source code of this file.

Functions

void freeplacemon ()
 
template<typename T >
void INIT_ELEM (void *ptr, int size)
 
template<typename T >
void CLEAR_ELEM (void *ptr, int size)
 
template<typename T >
voidMAC_REV_MALLOC (int size)
 
template<typename T >
voidMAC_REV_REALLOC (void *ptr, int size, int newsize)
 
template<typename T >
void MAC_REV_FREE (void *ptr, int size)
 
template<typename typdump , typename Base >
void sweep (typdump &dump, Base &b)
 

Function Documentation

template<typename T >
void CLEAR_ELEM ( void ptr,
int  size 
)
void freeplacemon ( )
template<typename T >
void INIT_ELEM ( void ptr,
int  size 
)
template<typename T >
void MAC_REV_FREE ( void ptr,
int  size 
)
inline
template<typename T >
void* MAC_REV_MALLOC ( int  size)
inline
template<typename T >
void* MAC_REV_REALLOC ( void ptr,
int  size,
int  newsize 
)
inline
template<typename typdump , typename Base >
void sweep ( typdump &  dump,
Base b 
)
Home  |  Download & InstallContributions