Searched refs:RTLinearAllocatorTest (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DRTLinearAllocatorTest.cpp1 //===- RTLinearAllocatorTest.cpp ------------------------------------------===//
10 #include "RTLinearAllocatorTest.h"
16 RTLinearAllocatorTest::RTLinearAllocatorTest() { function in class:RTLinearAllocatorTest
22 RTLinearAllocatorTest::~RTLinearAllocatorTest() {
27 void RTLinearAllocatorTest::SetUp() {
31 void RTLinearAllocatorTest::TearDown() {
38 TEST_F(RTLinearAllocatorTest, AllocateN) {
45 TEST_F(RTLinearAllocatorTest, allocat
[all...]
H A DRTLinearAllocatorTest.h1 //===- RTLinearAllocatorTest.h --------------------------------------------===//
17 /** \class RTLinearAllocatorTest
22 class RTLinearAllocatorTest : public ::testing::Test { class in namespace:mcldtest
25 RTLinearAllocatorTest();
28 virtual ~RTLinearAllocatorTest();

Completed in 56 milliseconds