GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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 37 of file avl.h.

Field Documentation

◆ libavl_free

void(* libavl_allocator::libavl_free)(struct libavl_allocator *, void *libavl_block)

Definition at line 40 of file avl.h.

Referenced by avl_destroy(), and tavl_destroy().

◆ libavl_malloc

void *(* libavl_allocator::libavl_malloc)(struct libavl_allocator *, size_t libavl_size)

Definition at line 39 of file avl.h.


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