Searched refs:ap0 (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/test/integration/ |
D | allocated.c | 17 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local 27 sz = sizeof(ap0); in thd_start() 28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start() 34 assert_u64_eq(*ap0, a0, in thd_start() 67 assert_ptr_eq(ap0, ap1, in thd_start()
|