Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awMalloc | awMalloc
 
awMalloc
void *awMalloc(
size_t size);
size
The number of bytes being allocated.
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.
See also: