BOOTSTRAP (kutils) functions
LIBRARY ROUTINE
kfree_and_NULL - free memory previously allocated
LIBRARY CALL
(void) kfree(
kaddr ptr)
INPUT
none
OUTPUT
none
RETURN VALUE
none
DESCRIPTION
This function is a replacement for the khoros kfree()
routine. The only difference is that kfree_and_NULL() is an
inlined macro that will also NULL your memory pointer.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
Changed header to reflect void return instead of
TRUE or FALSE. SRW 20-July-1994
FILES
$BOOTSTRAP/include/kutils/kmemory.h
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.