Macros | |
| #define | VC_DONTCOPYDATA |
| #define | VC_DONTCLEARDATA |
| #define VC_DONTCOPYDATA |
Speed-up flag. PointObject::ResizeObject() usually copies all old data into a new bigger memory block. This flag suppresses the copying to save memory bandwidth.
| #define VC_DONTCLEARDATA |
This flag prevents PointObject::ResizeObject() to clear the memory during its data initialization.