Home
last modified time | relevance | path

Searched refs:first (Results 1 – 2 of 2) sorted by relevance

/malloc/
A Dmemusage.c117 static struct entry first; variable
287 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 …]
A Dmalloc.c1549 #define first(b) ((b)->fd) macro
2372 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