kstruct_free - frees a structure and any associated memory
LIBRARY CALL
void kstruct_free(
kaddr data,
int type,
int freeself)
INPUT
data - the structure to be freed
type - the structure type in which to free
free_self - a flag indicating whether or not to
free itself. This parameter is passed
to the free routine associated with the
type.
OUTPUT
none
RETURN VALUE
none
DESCRIPTION
This module is used to call the free handler associated with
a structure data definition. The structure free handler is
called to free the assocaited data with the structure.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kutils/src/kstruct.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.