HomeSort by relevance Sort by last modified time
    Searched defs:__attribute_malloc__ (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
malloc.h 61 extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur;
65 __THROW __attribute_malloc__ __wur;
69 /* __attribute_malloc__ is not used, because if realloc returns
83 __THROW __attribute_malloc__ __wur;
86 extern void *valloc (size_t __size) __THROW __attribute_malloc__ __wur;
90 extern void * pvalloc (size_t __size) __THROW __attribute_malloc__ __wur;
98 __THROW __attribute_malloc__; variable
wchar.h 213 extern wchar_t *wcsdup (__const wchar_t *__s) __THROW __attribute_malloc__; variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 1303 extern char *__strdup (__const char *__string) __THROW __attribute_malloc__; variable
1323 __THROW __attribute_malloc__; variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 225 # define __attribute_malloc__ __attribute__ ((__malloc__)) macro
227 # define __attribute_malloc__ /* Ignore */ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 1303 extern char *__strdup (__const char *__string) __THROW __attribute_malloc__; variable
1323 __THROW __attribute_malloc__; variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 225 # define __attribute_malloc__ __attribute__ ((__malloc__)) macro
227 # define __attribute_malloc__ /* Ignore */ macro

Completed in 900 milliseconds