HomeSort by relevance Sort by last modified time
    Searched refs:AllocatorTest (Results 1 - 4 of 4) sorted by null

  /external/stlport/test/unit/
allocator_test.cpp 15 class AllocatorTest : public CPPUNIT_NS::TestCase
17 CPPUNIT_TEST_SUITE(AllocatorTest);
33 CPPUNIT_TEST_SUITE_REGISTRATION(AllocatorTest);
38 void AllocatorTest::zero_allocation()
56 void AllocatorTest::bad_alloc_test()
153 void AllocatorTest::per_thread_alloc()
  /ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp 15 class AllocatorTest : public CPPUNIT_NS::TestCase
17 CPPUNIT_TEST_SUITE(AllocatorTest);
33 CPPUNIT_TEST_SUITE_REGISTRATION(AllocatorTest);
38 void AllocatorTest::zero_allocation()
56 void AllocatorTest::bad_alloc_test()
153 void AllocatorTest::per_thread_alloc()
  /ndk/tests/device/test-stlport/unit/
allocator_test.cpp 15 class AllocatorTest : public CPPUNIT_NS::TestCase
17 CPPUNIT_TEST_SUITE(AllocatorTest);
33 CPPUNIT_TEST_SUITE_REGISTRATION(AllocatorTest);
38 void AllocatorTest::zero_allocation()
56 void AllocatorTest::bad_alloc_test()
153 void AllocatorTest::per_thread_alloc()
  /external/llvm/unittests/Support/
AllocatorTest.cpp 1 //===- llvm/unittest/Support/AllocatorTest.cpp - BumpPtrAllocator tests ---===//
18 TEST(AllocatorTest, Basics) {
35 TEST(AllocatorTest, ThreeSlabs) {
47 TEST(AllocatorTest, TestReset) {
62 TEST(AllocatorTest, TestAlignment) {
83 TEST(AllocatorTest, TestOverflow) {
96 TEST(AllocatorTest, TestSmallSlabSize) {
142 TEST(AllocatorTest, TestBigAlignment) {

Completed in 501 milliseconds