Lines Matching refs:count
292 rt_size_t count; member
312 head.count = 0; in mem_alloc_test()
339 if (head.count == 0) in mem_alloc_test()
343 size = head.count / 2; in mem_alloc_test()
344 while (size != head.count) in mem_alloc_test()
357 head.count --; in mem_alloc_test()
374 head.count += 1; in mem_alloc_test()
391 head.count --; in mem_alloc_test()
408 head.count --; in mem_alloc_test()
410 uassert_int_equal(head.count, 0); in mem_alloc_test()
431 rt_size_t count; member
450 head.count = size; in mem_realloc_test()
462 size = head.count * sizeof(struct mem_realloc_context *); in mem_realloc_test()
476 idx = rand() % head.count; in mem_realloc_test()
489 for (idx = 0; idx < head.count; idx++) in mem_realloc_test()
543 for (idx = 0; idx < head.count; idx++) in mem_realloc_test()