Implement recursive function for deallocating the whole B+tree.
commit152b2b0ca223d7a95abf0fbd5e89c977c114a9ce
authorJakub Jermar <jakub@jermar.eu>
Thu, 1 Jun 2006 14:11:29 +0000 (1 14:11 +0000)
committerJakub Jermar <jakub@jermar.eu>
Thu, 1 Jun 2006 14:11:29 +0000 (1 14:11 +0000)
treed0b14d40f2c1c026fafbcb9d0738a6e00a979b0a
parentbd571f44726d852be3f6d326344dd5d2ef1c08b2
Implement recursive function for deallocating the whole B+tree.
Make use of this function in address space management.
generic/src/adt/btree.c
generic/src/mm/as.c