| GPL_MemoryManager | public |
GPL_BAD_ADDRESS, the existing bytes at
address are copied to the new location. Returns TRUE if the
allocated address is not GPL_BAD_ADDRESS and FALSE otherwise.
virtual long Deallocate(GPL_Address address)
Deallocate the memory allocated for address. Returns TRUE
if the deallocation succeeded and FALSE otherwise.
virtual unsigned long GetSize(GPL_Address address)
Return the number of bytes allocated for address or 0 if
address is an invalid address.