Lines Matching full:unexpected
40 "Unexpected failure getting decay ticker");
44 0), 0, "Unexpected mallctl failure");
46 0), 0, "Unexpected mallctl failure");
57 assert_ptr_not_null(p, "Unexpected malloc() failure");
69 assert_ptr_not_null(p, "Unexpected calloc() failure");
77 "Unexpected posix_memalign() failure");
86 assert_ptr_not_null(p, "Unexpected aligned_alloc() failure");
96 assert_ptr_not_null(p, "Unexpected realloc() failure");
102 assert_ptr_not_null(p, "Unexpected realloc() failure");
128 assert_ptr_not_null(p, "Unexpected mallocx() failure");
136 assert_ptr_not_null(p, "Unexpected rallocx() failure");
157 assert_ptr_not_null(p, "Unexpected mallocx() failure");
179 NULL, 0), 0, "Unexpected mallctl failure");
187 assert_ptr_not_null(p, "Unexpected mallocx() failure");
197 "Unexpected mallctl failure");
232 &sz, NULL, 0), 0, "Unexpected mallctl failure");
237 NULL, 0), 0, "Unexpected mallctl failure");
241 "Unexpected mallctl failure");
243 sizeof(uint64_t)), 0, "Unexpected mallctl failure");
246 NULL, 0), config_stats ? 0 : ENOENT, "Unexpected mallctl result");
250 assert_ptr_not_null(ps[i], "Unexpected mallocx() failure");
267 "Unexpected arena.0.decay failure");
283 assert_ptr_not_null(p, "Unexpected mallocx() failure");
287 sizeof(uint64_t)), 0, "Unexpected mallctl failure");
291 "Unexpected mallctl result");
317 0), 0, "Unexpected mallctl failure");
320 "Unexpected mallctl failure");
322 sizeof(uint64_t)), 0, "Unexpected mallctl failure");
325 NULL, 0), config_stats ? 0 : ENOENT, "Unexpected mallctl result");
339 assert_ptr_not_null(ps[i], "Unexpected mallocx() failure");
346 "Unexpected arena.0.decay failure");
352 sizeof(uint64_t)), 0, "Unexpected mallctl failure");
355 NULL, 0), config_stats ? 0 : ENOENT, "Unexpected mallctl result");
358 assert_u64_eq(npurge0, npurge1, "Unexpected purging occurred");