Vocabularyclasses.structInputsOutputsWord descriptionAllocates unmanaged C heap memory for a new
struct of the specified
class. The new struct's slots are left uninitialized; to initialize the allocated memory with the slots' initial values, use
malloc-struct. The struct should be
free d when it is no longer needed.
See also(struct)Definition