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

  /external/stlport/test/compiler/
eh.cc 15 BigStructAllocType bigStructAlloc;
19 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024);
  /external/stlport/test/unit/
allocator_test.cpp 59 BigStructAllocType bigStructAlloc;
63 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024);
69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);
  /ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp 59 BigStructAllocType bigStructAlloc;
63 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024);
69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);
  /ndk/tests/device/test-stlport/unit/
allocator_test.cpp 59 BigStructAllocType bigStructAlloc;
63 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024);
69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);

Completed in 123 milliseconds