summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mmap.cc
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
commit76135eab62d6f7ebee7b2bf80060dc10934b8ea5 (patch)
treeefa8b82000942c27fe9054b4519323f8888c415e /winsup/cygwin/mmap.cc
parent2dd68dc2ffb689348a7cad668c7710e82c2ff406 (diff)
downloadcygnal-76135eab62d6f7ebee7b2bf80060dc10934b8ea5.tar.gz
cygnal-76135eab62d6f7ebee7b2bf80060dc10934b8ea5.tar.bz2
cygnal-76135eab62d6f7ebee7b2bf80060dc10934b8ea5.zip
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 'winsup/cygwin/mmap.cc')
0 files changed, 0 insertions, 0 deletions