OSDN Git Service

include:
authorjimb <jimb>
Thu, 21 Feb 2002 22:19:11 +0000 (22:19 +0000)
committerjimb <jimb>
Thu, 21 Feb 2002 22:19:11 +0000 (22:19 +0000)
commit6a7decc37dfa201a030ff15c132e15eb0dffbb6e
treebbbbb331927b140f77d7d6eff4641476b4c928ec
parentd6188021c1be8469f9bf684882265040d111f89a
include:

Allow the user to specify functions for allocating memory for
splay tree roots and nodes.
* splay-tree.h (splay_tree_allocate_fn, splay_tree_deallocate_fn):
New types.
(splay_tree): New fields: `allocate', `deallocate', and
`allocate_data'.
(splay_tree_new_with_allocator): New function declaration.

libiberty:

* splay-tree.c (splay_tree_xmalloc_allocate,
splay_tree_xmalloc_deallocate): New functions.
(splay_tree_new): Call splay_tree_new_with_allocator, passing the
above functions and a dummy data pointer.
(splay_tree_new_with_allocator): New function.
(splay_tree_delete_helper, splay_tree_delete, splay_tree_insert,
splay_tree_remove): Use the splay tree's allocation and
deallocation functions.
include/ChangeLog
include/splay-tree.h
libiberty/ChangeLog
libiberty/splay-tree.c