GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
critbit0_clear(3) FreeBSD Library Functions Manual critbit0_clear(3)

critbit0_clear - free all memory associated with a critbit tree

#include <libowfat/critbit.h>

critbit0_tree cb = { 0 };

void critbit0_clear(critbit0_tree* cb);

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

This function uses recursion to traverse the tree. It may require nontrivial amounts of available stack space.

none.

critbit0_delete(3)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.