Searched refs:get_nr_allocs (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dinstrumented_alloc.c62 extern uint64_t get_nr_allocs (void);
105 get_nr_allocs (void) function
H A Dallocfail.c45 extern uint64_t get_nr_allocs (void);
133 fprintf (stderr, "%llu\n", (long long unsigned) get_nr_allocs ());
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dinstrumented_alloc.c62 extern uint64_t get_nr_allocs (void);
105 get_nr_allocs (void) function
H A Dallocfail.c45 extern uint64_t get_nr_allocs (void);
133 fprintf (stderr, "%llu\n", (long long unsigned) get_nr_allocs ());
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dinstrumented_alloc.c62 extern uint64_t get_nr_allocs (void);
105 get_nr_allocs (void) function
H A Dallocfail.c45 extern uint64_t get_nr_allocs (void);
133 fprintf (stderr, "%llu\n", (long long unsigned) get_nr_allocs ());

Completed in 97 milliseconds