NEW
- Macro
- August 22, 2025
Table of Contents
NEW
NEW
Description
Allocates zero-initialized memory for a type.
Parameters
Name | Direction | Description |
---|---|---|
tname | in | Type name to allocate memory for. |
Success
Returns pointer to zero-initialized memory block.
Failure
Returns NULL if memory allocation fails.