Wraps allocator functions.
More...
#include <avahi-common/malloc.h>
|
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 |
|
Wraps allocator functions.
Definition at line 75 of file malloc.h.
◆ calloc
void*(* AvahiAllocator::calloc) (size_t nmemb, size_t size) AVAHI_GCC_ALLOC_SIZE2(1 |
◆ free
void(* AvahiAllocator::free) (void *p) |
◆ malloc
void*(* AvahiAllocator::malloc) (size_t size) AVAHI_GCC_ALLOC_SIZE(1) |
◆ realloc
void*(* AvahiAllocator::realloc) (void *p, size_t size) AVAHI_GCC_ALLOC_SIZE(2) |
The documentation for this struct was generated from the following file: