Functions | |
| void * | alloc (size_t nBytes, ImageEffect *handle=0) throw (std::bad_alloc) |
| allocate n bytes, returns a pointer to it | |
| void | free (void *ptr) throw () |
| free n previously allocated memory | |
| void * | allocate (size_t nBytes, ImageEffect *handle=0) |
| allocate n bytes, returns a pointer to it | |
|
||||||||||||
|
allocate n bytes, returns a pointer to it
|
|
||||||||||||
|
allocate n bytes, returns a pointer to it
Suceeds or throws std::bad_alloc |
|
|
free n previously allocated memory
|
1.3.9.1