Searched refs:numBytes (Results 1 – 2 of 2) sorted by relevance
20 void* operator new(size_t numBytes, SomeClass&, const std::nothrow_t&) throw() in operator new() argument22 return operator new(numBytes, std::nothrow); in operator new()