Searched refs:cnt_all_copy (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | prof_reset.c | 85 prof_cnt_t cnt_all_copy = {0, 0, 0, 0}; variable 90 memcpy(&cnt_all_copy, cnt_all, sizeof(prof_cnt_t)); in prof_dump_header_intercept() 115 assert_u64_eq(cnt_all_copy.curobjs, 1, "Expected 1 allocation"); in TEST_BEGIN() 121 assert_u64_eq(cnt_all_copy.curobjs, 0, "Expected 0 allocations"); in TEST_BEGIN()
|
/external/jemalloc/test/unit/ |
D | prof_reset.c | 96 prof_cnt_t cnt_all_copy = {0, 0, 0, 0}; variable 103 memcpy(&cnt_all_copy, cnt_all, sizeof(prof_cnt_t)); in prof_dump_header_intercept() 129 assert_u64_eq(cnt_all_copy.curobjs, 1, "Expected 1 allocation"); in TEST_BEGIN() 135 assert_u64_eq(cnt_all_copy.curobjs, 0, "Expected 0 allocations"); in TEST_BEGIN()
|