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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
malloc.h 50 extern void *malloc __MALLOC_P ((size_t __size)) __attribute_malloc__ __wur;
54 __attribute_malloc__ __wur;
58 /* __attribute_malloc__ is not used, because if realloc returns
72 __attribute_malloc__ __wur;
76 __attribute_malloc__ __wur;
81 __attribute_malloc__ __wur;
89 __attribute_malloc__;
string.h 131 __THROW __attribute_malloc__ __nonnull ((1));
139 __THROW __attribute_malloc__ __nonnull ((1));
stdlib.h 471 extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur;
474 __THROW __attribute_malloc__ __wur;
482 /* __attribute_malloc__ is not used, because if realloc returns
502 extern void *valloc (size_t __size) __THROW __attribute_malloc__ __wur;
stdio.h 205 __THROW __attribute_malloc__ __wur;
wchar.h 208 extern wchar_t *wcsdup (__const wchar_t *__s) __THROW __attribute_malloc__; variable
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
cdefs.h 207 # define __attribute_malloc__ __attribute__ ((__malloc__)) macro
209 # define __attribute_malloc__ /* Ignore */ macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h 1304 extern char *__strdup (__const char *__string) __THROW __attribute_malloc__; variable
1324 __THROW __attribute_malloc__; variable
    [all...]

Completed in 99 milliseconds