OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BigStructAllocType
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp
58
typedef allocator<BigStruct>
BigStructAllocType
;
59
BigStructAllocType
bigStructAlloc;
63
BigStructAllocType
::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024);
/ndk/tests/device/test-stlport/unit/
allocator_test.cpp
58
typedef allocator<BigStruct>
BigStructAllocType
;
59
BigStructAllocType
bigStructAlloc;
63
BigStructAllocType
::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024);
Completed in 55 milliseconds