In file PhFP.d:

void* PhCalloc

(I32 nmemb, I32 size)

A substitue for malloc that includes debugging and memory tracking options.

Documentation

A substitue for malloc that includes debugging and memory tracking options. It also sets the malloc'ed memory to 0.
Parameters:
nmemb - the number of elements to be malloc'ed.
size - is the size of each element.
Returns:
pointer of type void to the allocated memory.
See Also:
PhPrintf
malloc
memset

Alphabetic index HTML hierarchy of classes or Java


Copyright 1993, 1994 Geophysical Software, Inc.
2603 Peninsulas Drive, Missouri City Texas 77459, (713)438-0583.
All Rights Reserved Company Confidential
Prepared for University of Minnesota, October, 2001