AvahiAllocator Struct Reference

Wraps allocator functions. More...

#include <avahi-common/malloc.h>


Data Fields

void *(* malloc )(size_t size) AVAHI_GCC_ALLOC_SIZE(1)
void(* free )(void *p)
void *(* realloc )(void *p, size_t size) AVAHI_GCC_ALLOC_SIZE(2)
void *(* calloc )(size_t nmemb, size_t size) AVAHI_GCC_ALLOC_SIZE2(1


Detailed Description

Wraps allocator functions.

Definition at line 77 of file malloc.h.


Field Documentation

void*(* AvahiAllocator::calloc)(size_t nmemb, size_t size) AVAHI_GCC_ALLOC_SIZE2(1

void(* AvahiAllocator::free)(void *p)

void*(* AvahiAllocator::malloc)(size_t size) AVAHI_GCC_ALLOC_SIZE(1)

void*(* AvahiAllocator::realloc)(void *p, size_t size) AVAHI_GCC_ALLOC_SIZE(2)


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

Generated on Fri Dec 12 22:23:40 2008 for avahi by  doxygen 1.5.7.1