Searched refs:test_allocate (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_allocator_invalidate_largest.cpp96 test_allocate(int32_t num, int32_t largestStart, int32_t largestLength, function
133 test_allocate(1, 40, 50, 20, 20, 40, 50, true); // touch start
134 test_allocate(2, 40, 50, 20, 19, 40, 50, true); // don't touch start
135 test_allocate(3, 40, 10, 40, 1, 41, 9, false); // cut start
136 test_allocate(4, 40, 50, 40, 1, 41, 49, true); // cut start
137 test_allocate(5, 40, 50, 90, 1, 40, 50, true); // touch end
138 test_allocate(6, 40, 50, 89, 1, 40, 49, true); // cut end
139 test_allocate(7, 40, 20, 59, 1, 40, 19, false); // cut end
140 test_allocate(8, 0, 51, 0, 1, 1, 50, true); // cut start
141 test_allocate(
[all...]

Completed in 18 milliseconds