Home
last modified time | relevance | path

Searched refs:LinearAllocatorTest (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/unittests/
DLinearAllocatorTest.cpp16 LinearAllocatorTest::LinearAllocatorTest() { in LinearAllocatorTest() function in LinearAllocatorTest
22 LinearAllocatorTest::~LinearAllocatorTest() { in ~LinearAllocatorTest()
27 void LinearAllocatorTest::SetUp() { in SetUp()
31 void LinearAllocatorTest::TearDown() { in TearDown()
37 TEST_F(LinearAllocatorTest, allocateN) { in TEST_F() argument
44 TEST_F(LinearAllocatorTest, allocate) { in TEST_F() argument
51 TEST_F(LinearAllocatorTest, allocateOver) { in TEST_F() argument
58 TEST_F(LinearAllocatorTest, alloc_construct) { in TEST_F() argument
67 TEST_F(LinearAllocatorTest, alloc_constructCopy) { in TEST_F() argument
78 TEST_F(LinearAllocatorTest, allocN_construct) { in TEST_F() argument
[all …]
DLinearAllocatorTest.h22 class LinearAllocatorTest : public ::testing::Test {
52 LinearAllocatorTest();
55 virtual ~LinearAllocatorTest();