| 34 | } |
| 35 | |
| 36 | static void |
| 37 | do_refresh(void) { |
| 38 | uint64_t epoch = 1; |
| 39 | assert_d_eq(mallctl("epoch", NULL, NULL, (void *)&epoch, |
| 40 | sizeof(epoch)), 0, "Unexpected mallctl() failure"); |
| 41 | } |
| 42 | |
| 43 | static size_t |
| 44 | do_get_size_impl(const char *cmd, unsigned arena_ind) { |