Home | History | Annotate | Download | only in e2fsck

Lines Matching full:static

37 static FILE *mallstream;
38 static char mallenv[]= "MALLOC_TRACE";
39 static char mallbuf[BUFSIZ]; /* Buffer for the output. */
45 static void (*tr_old_free_hook) __P ((__ptr_t ptr));
46 static __ptr_t (*tr_old_malloc_hook) __P ((size_t size));
47 static __ptr_t (*tr_old_realloc_hook) __P ((__ptr_t ptr, size_t size));
68 static void tr_freehook __P ((__ptr_t));
69 static void
81 static __ptr_t tr_mallochook __P ((size_t));
82 static __ptr_t
101 static __ptr_t tr_reallochook __P ((__ptr_t, size_t));
102 static __ptr_t