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

  /external/e2fsprogs/e2fsck/
mtrace.c 44 __ptr_t mallwatch;
47 static void (*tr_old_free_hook) __P ((__ptr_t ptr));
48 static __ptr_t (*tr_old_malloc_hook) __P ((size_t size));
49 static __ptr_t (*tr_old_realloc_hook) __P ((__ptr_t ptr, size_t size));
70 static void tr_freehook __P ((__ptr_t));
73 __ptr_t ptr;
83 static __ptr_t tr_mallochook __P ((size_t));
84 static __ptr_t
88 __ptr_t hdr
    [all...]
mtrace.h 35 #undef __ptr_t macro
36 #define __ptr_t void * macro
42 #undef __ptr_t macro
43 #define __ptr_t char * macro
61 extern __ptr_t malloc __P ((size_t __size));
63 in __ptr_t, making the new block SIZE bytes long. */
64 extern __ptr_t realloc __P ((__ptr_t __ptr, size_t __size));
66 extern __ptr_t calloc __P ((size_t __nmemb, size_t __size));
68 extern void free __P ((__ptr_t __ptr))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
err.h 28 # define __gnuc_va_list __ptr_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 97 /* This is not a typedef so `const __ptr_t' does the right thing. */
98 #define __ptr_t void * macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 97 /* This is not a typedef so `const __ptr_t' does the right thing. */
98 #define __ptr_t void * macro
  /external/elfutils/tests/
run-dwarf-getmacros.sh 582 __ptr_t void *

Completed in 1312 milliseconds