Symbol: test_free
src/tests/add-ons/kernel/file_systems/bfs/bfs_allocator_invalidate_largest.cpp
145
test_free(1, 40, 50, 20, 20, 40, 50, false); // touch start
src/tests/add-ons/kernel/file_systems/bfs/bfs_allocator_invalidate_largest.cpp
146
test_free(2, 40, 50, 20, 19, 40, 50, true); // before start
src/tests/add-ons/kernel/file_systems/bfs/bfs_allocator_invalidate_largest.cpp
147
test_free(3, 50, 40, 20, 19, 40, 50, false); // before start
src/tests/add-ons/kernel/file_systems/bfs/bfs_allocator_invalidate_largest.cpp
148
test_free(4, 40, 40, 80, 20, 40, 80, false); // touch end
src/tests/add-ons/kernel/file_systems/bfs/bfs_allocator_invalidate_largest.cpp
149
test_free(5, 40, 40, 81, 20, 40, 40, true); // after end
src/tests/add-ons/kernel/file_systems/bfs/bfs_allocator_invalidate_largest.cpp
150
test_free(6, 40, 20, 60, 20, 40, 80, false); // touch end
src/tests/add-ons/kernel/file_systems/bfs/bfs_allocator_invalidate_largest.cpp
151
test_free(7, 40, 20, 61, 20, 40, 80, false); // after end
src/tests/add-ons/kernel/file_systems/bfs/bfs_allocator_invalidate_largest.cpp
152
test_free(8, 40, 20, 41, 20, 40, 80, false); // after end
src/tests/system/boot/heap/heap_replay_test.cpp
84
test_free(allocations[index]);
src/tests/system/boot/heap/heap_test.cpp
148
test_free(array[i]);
src/tests/system/boot/heap/heap_test.cpp
158
test_free(array[i]);
src/tests/system/boot/heap/heap_test.cpp
168
test_free(array[i]);
src/tests/system/boot/heap/heap_test.cpp
186
test_free(array[i]);
src/tests/system/boot/heap/heap_test.cpp
201
test_free(array[i]);
src/tests/system/boot/heap/heap_test.cpp
214
test_free(array[i]);