HomeSort by relevance Sort by last modified time
    Searched refs:__attribute_malloc__ (Results 1 - 10 of 10) 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
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
503 extern void *valloc (size_t __size) __THROW __attribute_malloc__ __wur;
    [all...]
string.h 176 __THROW __attribute_malloc__ __nonnull ((1));
184 __THROW __attribute_malloc__ __nonnull ((1));
stdio.h 229 __THROW __attribute_malloc__ __wur;
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/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/sys/
cdefs.h 225 # define __attribute_malloc__ __attribute__ ((__malloc__)) macro
227 # define __attribute_malloc__ /* Ignore */ macro
  /external/elfutils/tests/
run-dwarf-getmacros.sh 607 __attribute_malloc__ __attribute__ ((__malloc__))
  /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/x86_64-linux-gnu/bits/
string2.h 1303 extern char *__strdup (__const char *__string) __THROW __attribute_malloc__; variable
1323 __THROW __attribute_malloc__; variable
    [all...]

Completed in 579 milliseconds