HomeSort by relevance Sort by last modified time
    Searched full:allocatortest (Results 1 - 7 of 7) sorted by null

  /system/core/libmemunreachable/tests/
Allocator_test.cpp 25 class AllocatorTest : public testing::Test {
27 AllocatorTest() : heap(), disable_malloc_() {}
41 TEST_F(AllocatorTest, simple) {
48 TEST_F(AllocatorTest, multiple) {
62 TEST_F(AllocatorTest, many) {
87 TEST_F(AllocatorTest, large) {
95 TEST_F(AllocatorTest, many_large) {
112 TEST_F(AllocatorTest, copy) {
135 TEST_F(AllocatorTest, stl_vector) {
146 TEST_F(AllocatorTest, stl_list)
    [all...]
  /external/llvm/unittests/Support/
AllocatorTest.cpp 1 //===- llvm/unittest/Support/AllocatorTest.cpp - BumpPtrAllocator tests ---===//
18 TEST(AllocatorTest, Basics) {
50 TEST(AllocatorTest, ThreeSlabs) {
62 TEST(AllocatorTest, TestReset) {
84 TEST(AllocatorTest, TestAlignment) {
105 TEST(AllocatorTest, TestOverflow) {
118 TEST(AllocatorTest, TestSmallSlabSize) {
126 TEST(AllocatorTest, TestAlignmentPastSlab) {
174 TEST(AllocatorTest, TestBigAlignment) {
CMakeLists.txt 7 AllocatorTest.cpp
MemoryTest.cpp 1 //===- llvm/unittest/Support/AllocatorTest.cpp - BumpPtrAllocator tests ---===//
  /system/bt/osi/test/
allocator_test.cc 26 class AllocatorTest : public AllocationTestHarness {};
28 TEST_F(AllocatorTest, test_osi_strndup) {
  /external/swiftshader/third_party/LLVM/unittests/Support/
AllocatorTest.cpp 1 //===- llvm/unittest/Support/AllocatorTest.cpp - BumpPtrAllocator tests ---===//
19 TEST(AllocatorTest, Basics) {
36 TEST(AllocatorTest, ThreeSlabs) {
48 TEST(AllocatorTest, TestReset) {
63 TEST(AllocatorTest, TestAlignment) {
84 TEST(AllocatorTest, TestOverflow) {
135 TEST(AllocatorTest, TestBigAlignment) {
  /external/fmtlib/test/
util-test.cc 92 TEST(AllocatorTest, AllocatorRef) {

Completed in 992 milliseconds