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

/fuchsia/zircon/kernel/lib/fbl/
H A Dinline_array_tests.cpp53 static const size_t test_sizes[] = { 4u, 5u, 6u, 10u, 100u, 1000u }; local
57 for (size_t i = 0u; i < fbl::count_of(test_sizes); i++) {
58 size_t sz = test_sizes[i];
/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c522 size_t test_sizes[200]; local
526 test_sizes[sizes++] = s;
530 test_sizes[sizes++] = PAGE_SIZE + s;
538 size_t s = test_sizes[i];
584 size_t s = test_sizes[i];

Completed in 81 milliseconds