Searched refs:dp1 (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Dallocated.c17 uint64_t *ap0, *ap1, *dp0, *dp1; local
79 sz = sizeof(dp1);
80 mallctl("thread.deallocatedp", (void *)&dp1, &sz, NULL, 0);
81 assert_u64_eq(*dp1, d1,
84 assert_ptr_eq(dp0, dp1,

Completed in 72 milliseconds