Searched refs:MAYBE_UNUSED (Results 1 – 4 of 4) sorted by relevance
157 static void *dlcalloc(size_t, size_t) MAYBE_UNUSED;158 static void *dlrealloc(void *, size_t) MAYBE_UNUSED;159 static void *dlmemalign(size_t, size_t) MAYBE_UNUSED;160 static void *dlvalloc(size_t) MAYBE_UNUSED;161 static int dlmallopt(int, int) MAYBE_UNUSED;162 static size_t dlmalloc_footprint(void) MAYBE_UNUSED;163 static size_t dlmalloc_max_footprint(void) MAYBE_UNUSED;164 static void** dlindependent_calloc(size_t, size_t, void**) MAYBE_UNUSED;165 static void** dlindependent_comalloc(size_t, size_t*, void**) MAYBE_UNUSED;166 static void *dlpvalloc(size_t) MAYBE_UNUSED;[all …]
23 # define MAYBE_UNUSED __attribute__((__unused__)) macro25 # define MAYBE_UNUSED
123 int i, ii MAYBE_UNUSED; in ffi_prep_args_SYSV() local
90 * src/closures.c: Move defintion of MAYBE_UNUSED from here to ...