Returns a pointer to a block of memory of the specified size. This function returns a NULL pointer if memory could not be allocated.
Memory will allocated from the same heap as other functions provided in the webMethods Broker API, which allows you to use the
awFree function consistently throughout your application.