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

  /frameworks/compile/mclinker/unittests/
LinearAllocatorTest.cpp 1 //===- LinearAllocatorTest.cpp --------------------------------------------===//
9 #include "LinearAllocatorTest.h"
17 LinearAllocatorTest::LinearAllocatorTest()
24 LinearAllocatorTest::~LinearAllocatorTest()
30 void LinearAllocatorTest::SetUp()
35 void LinearAllocatorTest::TearDown()
42 TEST_F( LinearAllocatorTest, allocateN ) {
49 TEST_F( LinearAllocatorTest, allocate )
    [all...]
LinearAllocatorTest.h 1 //===- LinearAllocatorTest.h ----------------------------------------------===//
18 /** \class LinearAllocatorTest
23 class LinearAllocatorTest : public ::testing::Test
54 LinearAllocatorTest();
57 virtual ~LinearAllocatorTest();

Completed in 649 milliseconds