vfs: check userland buffers before reading them.
[haiku.git] / src / tests / bin / makeudfimage / AllocatorTest.h
blob635462c631a131c2a197165b958c98aef92fd145
1 #ifndef _udf_allocator_test_h_
2 #define _udf_allocator_test_h_
4 #include <ThreadedTestCase.h>
5 #include <Locker.h>
7 class AllocatorTest : public BTestCase {
8 public:
9 AllocatorTest(std::string name = "");
11 static CppUnit::Test* Suite();
13 void BlockSizeTest();
14 void PartitionFullTest();
17 #endif // _udf_allocator_test_h_