Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport_static-exception/jni/
Ddelete3_1.cpp20 void* operator new(size_t numBytes, SomeClass&, const std::nothrow_t&) throw() in operator new() argument
22 return operator new(numBytes, std::nothrow); in operator new()
/ndk/tests/device/test-stlport_shared-exception/jni/
Ddelete3_1.cpp20 void* operator new(size_t numBytes, SomeClass&, const std::nothrow_t&) throw() in operator new() argument
22 return operator new(numBytes, std::nothrow); in operator new()