Searched refs:__sz (Results 1 – 2 of 2) sorted by relevance
27 void* __attribute__((weak)) operator new(size_t __sz, const std::nothrow_t&) { in operator new() argument28 return malloc(__sz); in operator new()30 void* __attribute__((weak)) operator new[](size_t __sz, const std::nothrow_t&) { in operator new[]() argument31 return malloc(__sz); in operator new[]()
32 void* operator new(size_t __sz, const std::nothrow_t&) _NOEXCEPT;33 void* operator new[](size_t __sz, const std::nothrow_t&) _NOEXCEPT;