Xmipp  v3.23.11-Nereus
Functions
xmipp_memory.h File Reference
#include <stdlib.h>
#include "xmipp_error.h"
Include dependency graph for xmipp_memory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T >
void ask_Tmatrix (T **&m, int nrl, int nrh, int ncl, int nch)
 
template<class T >
void free_Tmatrix (T **&m, int nrl, int nrh, int ncl, int nch)
 
template<class T >
void ask_Tvolume (T ***&m, int nsl, int nsh, int nrl, int nrh, int ncl, int nch)
 
template<class T >
void free_Tvolume (T ***&m, int nsl, int nsh, int nrl, int nrh, int ncl, int nch)
 
char * askMemory (size_t size)
 
int freeMemory (void *ptr, size_t memsize)