Home
last modified time | relevance | path

Searched refs:BigStructAllocType (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dallocator_test.cpp58 typedef allocator<BigStruct> BigStructAllocType; in bad_alloc_test() typedef
59 BigStructAllocType bigStructAlloc; in bad_alloc_test()
63 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024); in bad_alloc_test()
/ndk/tests/device/test-stlport/unit/
Dallocator_test.cpp58 typedef allocator<BigStruct> BigStructAllocType; in bad_alloc_test() typedef
59 BigStructAllocType bigStructAlloc; in bad_alloc_test()
63 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024); in bad_alloc_test()