Home
last modified time | relevance | path

Searched refs:AvahiAllocator (Results 1 – 4 of 4) sorted by relevance

/external/avahi/avahi-common/
Davahi-malloc.h75 typedef struct AvahiAllocator { struct
80 } AvahiAllocator; argument
84 void avahi_set_allocator(const AvahiAllocator *a);
Davahi-malloc.c40 static const AvahiAllocator *allocator = NULL;
196 void avahi_set_allocator(const AvahiAllocator *a) { in avahi_set_allocator()
/external/avahi/avahi-glib/
Dglib-malloc.c41 const AvahiAllocator *avahi_glib_allocator(void) { in avahi_glib_allocator()
43 static AvahiAllocator allocator; in avahi_glib_allocator()
Dglib-malloc.h35 const AvahiAllocator * avahi_glib_allocator(void);