A subclass of CleanupHandler for allocating and freeing heap memory. More...
#include <Common.hpp>
Inherits CleanupHandler< void * >.
Public Member Functions | |
| MallocHandler (jint nBytes) | |
| Requests the given number of bytes. More... | |
| virtual void * | get () |
| Gets the resource. | |
A subclass of CleanupHandler for allocating and freeing heap memory.
|
explicit |
Requests the given number of bytes.
| nBytes | the number of bytes. |
1.8.3.1