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

  /src/external/bsd/jemalloc/dist/test/unit/
sec.c 491 FLUSH_PAGES = 20,
497 /* max_bytes */ FLUSH_PAGES * PAGE);
499 edata_t *allocs[FLUSH_PAGES];
500 for (size_t i = 0; i < FLUSH_PAGES; i++) {
509 for (size_t j = 0; j < FLUSH_PAGES / 2; j++) {
514 for (size_t j = 0; j < FLUSH_PAGES / 2; j++) {
519 expect_stats_pages(tsdn, &sec, FLUSH_PAGES / 2 - j - 1);
534 FLUSH_PAGES = 10,
538 /* max_bytes */ FLUSH_PAGES * PAGE);
542 edata_t *allocs[2 * FLUSH_PAGES];
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/unit/
sec.c 491 FLUSH_PAGES = 20,
497 /* max_bytes */ FLUSH_PAGES * PAGE);
499 edata_t *allocs[FLUSH_PAGES];
500 for (size_t i = 0; i < FLUSH_PAGES; i++) {
509 for (size_t j = 0; j < FLUSH_PAGES / 2; j++) {
514 for (size_t j = 0; j < FLUSH_PAGES / 2; j++) {
519 expect_stats_pages(tsdn, &sec, FLUSH_PAGES / 2 - j - 1);
534 FLUSH_PAGES = 10,
538 /* max_bytes */ FLUSH_PAGES * PAGE);
542 edata_t *allocs[2 * FLUSH_PAGES];
    [all...]

Completed in 16 milliseconds