Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
critbit0_clear(3)	    Library Functions Manual	       critbit0_clear(3)

NAME
     critbit0_clear - free all memory associated with a critbit tree

SYNTAX
     #include <libowfat/critbit.h>

     critbit0_tree cb = { 0 };

     void critbit0_clear(critbit0_tree* cb);

DESCRIPTION
     critbit0_clear  deletes all keys in cb and frees all memory associated with
     it.

NOTE
     This function uses recursion to traverse the tree. It may require	nontriv-
     ial amounts of available stack space.

RETURN VALUE
     none.

SEE ALSO
     critbit0_delete(3)

							       critbit0_clear(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_critbit0_clear&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help