OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pbigStruct
(Results
1 - 4
of
4
) sorted by null
/external/stlport/test/compiler/
eh.cc
19
BigStructAllocType::pointer
pbigStruct
= bigStructAlloc.allocate(1024 * 1024 * 1024);
21
// CPPUNIT_ASSERT(
pbigStruct
!= 0 && "Allocation failed but no exception thrown" );
/external/stlport/test/unit/
allocator_test.cpp
63
BigStructAllocType::pointer
pbigStruct
= bigStructAlloc.allocate(1024 * 1024 * 1024);
66
CPPUNIT_ASSERT(
pbigStruct
!= 0 );
69
bigStructAlloc.deallocate(
pbigStruct
, 1024 * 1024 * 1024);
/ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp
63
BigStructAllocType::pointer
pbigStruct
= bigStructAlloc.allocate(1024 * 1024 * 1024);
66
CPPUNIT_ASSERT(
pbigStruct
!= 0 );
69
bigStructAlloc.deallocate(
pbigStruct
, 1024 * 1024 * 1024);
/ndk/tests/device/test-stlport/unit/
allocator_test.cpp
63
BigStructAllocType::pointer
pbigStruct
= bigStructAlloc.allocate(1024 * 1024 * 1024);
66
CPPUNIT_ASSERT(
pbigStruct
!= 0 );
69
bigStructAlloc.deallocate(
pbigStruct
, 1024 * 1024 * 1024);
Completed in 64 milliseconds