BOOTSTRAP (kutils) functions
LIBRARY ROUTINE
kfree - free allocated memory
LIBRARY CALL
void kfree(
kaddr ptr)
INPUT
- ptr - A pointer to memory to be freed.
OUTPUT
none
RETURN VALUE
none
DESCRIPTION
This routine calls free() to free previously allocated data.
However, it also checks to make sure the pointer argument
is not NULL.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
Changed header to reflect void return instead of
TRUE and FALSE. SRW 20-July-94
FILES
$BOOTSTRAP/objects/library/kutils/src/memory.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.