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

/external/stlport/test/compiler/
H A Deh.cc14 typedef allocator<BigStruct> BigStructAllocType; typedef
15 BigStructAllocType bigStructAlloc;
19 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024);
/external/stlport/test/unit/
H A Dallocator_test.cpp58 typedef allocator<BigStruct> BigStructAllocType; typedef
59 BigStructAllocType bigStructAlloc;
63 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024);

Completed in 82 milliseconds