aboutsummaryrefslogtreecommitdiff
path: root/ltconfig
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2002-02-21 22:19:14 +0000
committerJim Blandy <jimb@codesourcery.com>2002-02-21 22:19:14 +0000
commit2bbcdae974b82d33df527a696aafd9bad5b99732 (patch)
tree995fae0af4a8e18d53ce89a88d9636100e78be8f /ltconfig
parent9abe5450465606a89c54e46263b023289c17b400 (diff)
downloadgdb-2bbcdae974b82d33df527a696aafd9bad5b99732.zip
gdb-2bbcdae974b82d33df527a696aafd9bad5b99732.tar.gz
gdb-2bbcdae974b82d33df527a696aafd9bad5b99732.tar.bz2
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.
Diffstat (limited to 'ltconfig')
0 files changed, 0 insertions, 0 deletions