Parallel Plane Sweep  0.1
Shared memory multithreaded version of the plane sweep algorithm
Public Attributes | List of all members
libavl_allocator Struct Reference

#include <avl.h>

Public Attributes

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

Detailed Description

Definition at line 48 of file avl.h.

Member Data Documentation

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

Definition at line 51 of file avl.h.

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

Definition at line 50 of file avl.h.


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