HomeSort by relevance Sort by last modified time
    Searched refs:AVAHI_GCC_ALLOC_SIZE2 (Results 1 - 2 of 2) sorted by null

  /external/avahi/avahi-common/
gccmacro.h 31 #define AVAHI_GCC_ALLOC_SIZE2(x,y) __attribute__ ((__alloc_size__(x,y)))
35 #define AVAHI_GCC_ALLOC_SIZE2(x,y)
avahi-malloc.h 48 static inline void* AVAHI_GCC_ALLOC_SIZE2(1,2) avahi_new_internal(unsigned n, size_t k) {
57 static inline void* AVAHI_GCC_ALLOC_SIZE2(1,2) avahi_new0_internal(unsigned n, size_t k) {
79 void* (*calloc)(size_t nmemb, size_t size) AVAHI_GCC_ALLOC_SIZE2(1,2); /**< May be NULL */

Completed in 54 milliseconds