OpenCV  3.2.0-dev
Open Source Computer Vision
CvMemStorage Struct Reference

#include "types_c.h"

Collaboration diagram for CvMemStorage:

Public Attributes

int block_size
 Block size. More...
 
CvMemBlockbottom
 First allocated block. More...
 
int free_space
 Remaining free space in current block. More...
 
struct CvMemStorageparent
 We get new blocks from parent as needed. More...
 
int signature
 
CvMemBlocktop
 Current memory block - top of the stack. More...
 

Member Data Documentation

int CvMemStorage::block_size

Block size.

CvMemBlock* CvMemStorage::bottom

First allocated block.

int CvMemStorage::free_space

Remaining free space in current block.

struct CvMemStorage* CvMemStorage::parent

We get new blocks from parent as needed.

int CvMemStorage::signature
CvMemBlock* CvMemStorage::top

Current memory block - top of the stack.


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