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

  /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 57 milliseconds