Searched refs:nextLargestLength (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tests/add-ons/kernel/file_systems/bfs/ |
H A D | bfs_allocator_invalidate_largest.cpp | 71 test(int32_t num, int32_t nextLargestStart, int32_t nextLargestLength, in test() argument 82 else if (nextLargestLength != fLargestLength) in test() 90 nextLargestLength, nextLargestValid ? "" : " (INVALID)"); in test() 98 int32_t nextLargestLength, bool nextLargestValid) in test_allocate() argument 108 test(num, nextLargestStart, nextLargestLength, nextLargestValid); in test_allocate() 114 int32_t length, int32_t nextLargestStart, int32_t nextLargestLength, in test_free() argument 125 test(num, nextLargestStart, nextLargestLength, nextLargestValid); in test_free()
|