Home | History | Annotate | Download | only in tests

Lines Matching refs:malloc_usable_size

31   ASSERT_LE(100U, malloc_usable_size(ptr));
46 ASSERT_LE(alloc_len, malloc_usable_size(ptr));
80 ASSERT_LE(100U, malloc_usable_size(ptr)) << "Failed at alignment " << alignment;
116 ASSERT_LE(100U, malloc_usable_size(ptr));
122 ASSERT_LE(200U, malloc_usable_size(ptr));
131 ASSERT_LE(300U, malloc_usable_size(ptr));
139 ASSERT_LE(250U, malloc_usable_size(ptr));
151 ASSERT_LE(100U, malloc_usable_size(ptr));
156 ASSERT_LE(200U, malloc_usable_size(ptr));
167 ASSERT_LE(200U, malloc_usable_size(ptr));
172 ASSERT_LE(100U, malloc_usable_size(ptr));
183 ASSERT_LE(200U, malloc_usable_size(ptr));
188 ASSERT_LE(100U, malloc_usable_size(ptr));
195 ASSERT_LE(50U, malloc_usable_size(ptr));
202 ASSERT_LE(150U, malloc_usable_size(ptr));
210 ASSERT_LE(425U, malloc_usable_size(ptr));
221 ASSERT_LE(100U, malloc_usable_size(ptr));
225 ASSERT_LE(200U, malloc_usable_size(ptr));
236 ASSERT_LE(200U, malloc_usable_size(ptr));
240 ASSERT_LE(100U, malloc_usable_size(ptr));
251 ASSERT_LE(200U, malloc_usable_size(ptr));
255 ASSERT_LE(100U, malloc_usable_size(ptr));
262 ASSERT_LE(50U, malloc_usable_size(ptr));
269 ASSERT_LE(150U, malloc_usable_size(ptr));
277 ASSERT_LE(425U, malloc_usable_size(ptr));
305 ASSERT_LE(pagesize, malloc_usable_size(ptr));