Searched refs:first (Results 1 – 2 of 2) sorted by relevance
117 static struct entry first; variable287 first.heap = 0; in me()288 first.stack = 0; in me()289 gettime (&first); in me()291 write (fd, &first, sizeof (first)); in me()292 write (fd, &first, sizeof (first)); in me()834 first.stack = peak_total; in dest()835 write (fd, &first, sizeof (struct entry)); in dest()838 first.heap = peak_heap; in dest()839 first.stack = peak_stack; in dest()[all …]
1549 #define first(b) ((b)->fd) macro2372 if (p->fd_nextsize == first (b)) in do_check_malloc_state()2377 if (p == first (b)) in do_check_malloc_state()4188 if ((victim = first (bin)) != bin in _int_malloc()
Completed in 18 milliseconds