OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
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

◆ block_size

int CvMemStorage::block_size

Block size.

◆ bottom

CvMemBlock* CvMemStorage::bottom

First allocated block.

◆ free_space

int CvMemStorage::free_space

Remaining free space in current block.

◆ parent

struct CvMemStorage* CvMemStorage::parent

We get new blocks from parent as needed.

◆ signature

int CvMemStorage::signature

◆ top

CvMemBlock* CvMemStorage::top

Current memory block - top of the stack.


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