GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
libavl_allocator Struct Reference

#include <avl.h>

Data Fields

void *(* libavl_malloc )(struct libavl_allocator *, size_t libavl_size)
 
void(* libavl_free )(struct libavl_allocator *, void *libavl_block)
 

Detailed Description

Definition at line 39 of file avl.h.

Field Documentation

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().


The documentation for this struct was generated from the following files: