C++
ACDBCORE2D_PORT size_t acad__msize( void * p );
File
acmem.h
Description
Returns the size in bytes of the buffer that p points to. The buffer can be returned from acad_malloc(), from AutoCAD, or from another ARX application that obtained the buffer from either AutoCAD or a call to acad_malloc().
Parameters
Parameters | Description |
---|---|
p | Pointer to buffer to get size of |