OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LinearAllocatorTest
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/unittests/
LinearAllocatorTest.cpp
1
//===-
LinearAllocatorTest
.cpp --------------------------------------------===//
9
#include "
LinearAllocatorTest
.h"
16
LinearAllocatorTest
::
LinearAllocatorTest
() {
22
LinearAllocatorTest
::~
LinearAllocatorTest
() {
27
void
LinearAllocatorTest
::SetUp() {
31
void
LinearAllocatorTest
::TearDown() {
37
TEST_F(
LinearAllocatorTest
, allocateN) {
44
TEST_F(
LinearAllocatorTest
, allocate)
[
all
...]
LinearAllocatorTest.h
1
//===-
LinearAllocatorTest
.h ----------------------------------------------===//
17
/** \class
LinearAllocatorTest
22
class
LinearAllocatorTest
: public ::testing::Test {
52
LinearAllocatorTest
();
55
virtual ~
LinearAllocatorTest
();
Completed in 47 milliseconds