Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/unit/
Dallocator_test.cpp59 BigStructAllocType bigStructAlloc; in bad_alloc_test() local
63 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024); in bad_alloc_test()
69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024); in bad_alloc_test()
/ndk/tests/device/test-stlport/unit/
Dallocator_test.cpp59 BigStructAllocType bigStructAlloc; in bad_alloc_test() local
63 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024); in bad_alloc_test()
69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024); in bad_alloc_test()