Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
[ Common | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
Back to the top of CMemory
Back to the top of CMemory
void *mmalloc( long len, LPCTSTR e );
Same as 'malloc', except throws an exception if the memory couldn't be allocated. Also, fills the memory block with zeroes.
static void *mmalloc( long len, LPCTSTR e );
Back to the top of CMemory
void *mrealloc( void *buf, long len, LPCTSTR e );
Same as 'realloc', except throws an exception if the memory couldn't be allocated.
static void *mrealloc( void *buf, long len, LPCTSTR e );
Back to the top of CMemory
Same as 'free'.
static void mfree( void *buf );
Back to the top of CMemory
Back to the top of CMemory
Back to the top of CMemory
Back to the top of CMemory
Report problems to jkotula@stratasys.com