Searched refs:old_purge (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/test/integration/ |
D | chunk.c | 5 chunk_purge_t *old_purge; variable 28 return (old_purge(chunk, offset, length, arena_ind)); in chunk_purge() 53 assert_d_eq(mallctl("arena.0.chunk.purge", &old_purge, &old_size, in TEST_BEGIN() 55 assert_ptr_ne(old_purge, new_purge, "Unexpected purge error"); in TEST_BEGIN() 87 assert_d_eq(mallctl("arena.0.chunk.purge", NULL, NULL, &old_purge, in TEST_BEGIN()
|