LAR Library: mem.h File Reference

LAR Library

mem.h File Reference

Memory Management. More...

#include <larlib/base.h>

Go to the source code of this file.

Functions

void * memAlloc (int nb)
 Allocate a block of memory from the heap. More...
 
void * memAllocZero (int nb)
 Allocate and zero a block of memory from the heap. More...
 
void * memRealloc (void *oldp, int nb)
 Resize a block of memory, or allocate a new one. More...
 
void memFree (void *p)
 Release a previously allocated block. More...
 

Detailed Description

Memory Management.

Generated on Mon Mar 27 2017 15:42:52 for LAR Library by   doxygen 1.8.9.1