GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Char_t * Gws::Memory::New ( Char_t *  p,
Int_t  nb = 32*KBYTE 
)
inlinestatic

To allocate a buffer that is set to 0 (some compilers don't do it)

if New has been used to allocate, you must use the member Delete to delete or delete it with [] since new [] is used even if just one value is allocated.

Definition at line 186 of file Memory.h.