Home
last modified time | relevance | path

Searched refs:__wur (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dmalloc.h37 void* malloc(size_t byte_count) __mallocfunc __BIONIC_ALLOC_SIZE(1) __wur;
38 void* calloc(size_t item_count, size_t item_size) __mallocfunc __BIONIC_ALLOC_SIZE(1,2) __wur;
39 void* realloc(void* p, size_t byte_count) __BIONIC_ALLOC_SIZE(2) __wur;
42 void* memalign(size_t alignment, size_t byte_count) __mallocfunc __BIONIC_ALLOC_SIZE(2) __wur;
/bionic/libc/include/sys/
Dcdefs.h181 #define __wur __attribute__((__warn_unused_result__)) macro