HomeSort by: relevance | last modified time | path
    Searched refs:last_max (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
prof_recent.c 586 ssize_t last_max = -1; local
606 last_max = prof_recent_alloc_max_ctl_read();
608 last_max =
611 last_max =
615 last_max =
618 assert_zd_ge(last_max, -1, "Illegal last-N max");
  /src/external/bsd/jemalloc/dist/test/unit/
prof_recent.c 607 ssize_t last_max = -1; local
627 last_max = prof_recent_alloc_max_ctl_read();
629 last_max = prof_recent_alloc_max_ctl_write(
632 last_max = prof_recent_alloc_max_ctl_write(
636 last_max = prof_recent_alloc_max_ctl_write(
639 assert_zd_ge(last_max, -1, "Illegal last-N max");

Completed in 84 milliseconds