Allocate a zero-filled memory block no elements of type and store a pointer to it into the address pointed to by ptr. Return FALSE if size!=0 and allocation fails, TRUE otherwise. An allocation of a zero size block returns a NULL pointer.
Definition at line 738 of file fxdefs.h.