Searched defs:CvMemBlock (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxtypes.h1151 typedef struct CvMemBlock struct
1153 struct CvMemBlock* prev;
1154 struct CvMemBlock* next;
1156 CvMemBlock; typedef in typeref:struct:CvMemBlock
1163 CvMemBlock* bottom; /* First allocated block. */
1164 CvMemBlock* top; /* Current memory block - top of the stack. */
1178 CvMemBlock* top;

Completed in 337 milliseconds