Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

SUMA_MEMTRACE_STRUCT Struct Reference

#include <SUMA_define.h>


Data Fields

void ** Pointers
int * Size
int N_alloc
int N_MaxPointers

Detailed Description

structure to keep track of allocate memory

Definition at line 352 of file SUMA_define.h.


Field Documentation

int SUMA_MEMTRACE_STRUCT::N_alloc
 

number of meaningful entries in Pointers and Size

Definition at line 355 of file SUMA_define.h.

Referenced by SUMA_allocate2D(), SUMA_Create_MemTrace(), SUMA_free2D(), and SUMA_ShowMemTrace().

int SUMA_MEMTRACE_STRUCT::N_MaxPointers
 

Maximum number of elements allocated for in Pointers and Size

Definition at line 356 of file SUMA_define.h.

Referenced by SUMA_allocate2D(), SUMA_Create_MemTrace(), and SUMA_ShowMemTrace().

void** SUMA_MEMTRACE_STRUCT::Pointers
 

vector of pointers for which memory was allocated

Definition at line 353 of file SUMA_define.h.

Referenced by SUMA_allocate2D(), SUMA_Create_MemTrace(), SUMA_free2D(), SUMA_Free_MemTrace(), and SUMA_ShowMemTrace().

int* SUMA_MEMTRACE_STRUCT::Size
 

vector of sizes of allocated memory blocks. Pointers[i] has Size[i] bytes allocated for it

Definition at line 354 of file SUMA_define.h.

Referenced by SUMA_allocate2D(), SUMA_Create_MemTrace(), SUMA_free2D(), SUMA_Free_MemTrace(), and SUMA_ShowMemTrace().


The documentation for this struct was generated from the following file:
 

Powered by Plone

This site conforms to the following standards: