GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <avl.h>
Data Fields | |
void *(* | libavl_malloc )(struct libavl_allocator *, size_t libavl_size) |
void(* | libavl_free )(struct libavl_allocator *, void *libavl_block) |
void(* libavl_allocator::libavl_free)(struct libavl_allocator *, void *libavl_block) |
Definition at line 42 of file avl.h.
Referenced by avl_delete(), avl_destroy(), tavl_delete(), and tavl_destroy().
void *(* libavl_allocator::libavl_malloc)(struct libavl_allocator *, size_t libavl_size) |
Definition at line 41 of file avl.h.
Referenced by avl_create(), avl_probe(), tavl_create(), and tavl_probe().