Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/
H A 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;
/aosp12/bionic/libc/include/sys/
H A Dcdefs.h91 #define __mallocfunc __attribute__((__malloc__)) macro
/aosp12/frameworks/native/docs/
H A DDoxyfile1636 "__mallocfunc=" \