HomeSort by relevance Sort by last modified time
    Searched refs:pvoid (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
config_test.cpp 98 void* pvoid = operator new (huge_amount); local
101 CPPUNIT_ASSERT( pvoid != 0 );
104 operator delete(pvoid);
  /ndk/tests/device/test-gnustl-full/unit/
config_test.cpp 98 void* pvoid = operator new (huge_amount); local
101 CPPUNIT_ASSERT( pvoid != 0 );
104 operator delete(pvoid);
  /ndk/tests/device/test-stlport/unit/
config_test.cpp 98 void* pvoid = operator new (huge_amount); local
101 CPPUNIT_ASSERT( pvoid != 0 );
104 operator delete(pvoid);

Completed in 874 milliseconds