SOMMalloc - Remarks

This function allocates size bytes of memory. This function has the same interface as the C malloc function. It performs the same basic function as malloc with some supplemental error checking. If an error occurs, the SOMError function is called. This routine is replaceable by changing the value of the global variable SOMMalloc.


[Back: SOMMalloc - Parameters]
[Next: SOMMalloc - Related Information]