Home
last modified time | relevance | path

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

/bionic/libc/include/
Dmalloc.h43 void* malloc(size_t __byte_count) __mallocfunc __BIONIC_ALLOC_SIZE(1) __wur;
52 void* calloc(size_t __item_count, size_t __item_size) __mallocfunc __BIONIC_ALLOC_SIZE(1,2) __wur;
90 void* memalign(size_t __alignment, size_t __byte_count) __mallocfunc __BIONIC_ALLOC_SIZE(2) __wur;
/bionic/libc/include/sys/
Dcdefs.h91 #define __mallocfunc __attribute__((__malloc__)) macro