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

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dprof_reset.c95 prof_cnt_t cnt_all_copy = {0, 0, 0, 0}; variable
101 memcpy(&cnt_all_copy, cnt_all, sizeof(prof_cnt_t));
127 assert_u64_eq(cnt_all_copy.curobjs, 1, "Expected 1 allocation");
133 assert_u64_eq(cnt_all_copy.curobjs, 0, "Expected 0 allocations");

Completed in 72 milliseconds