Searched refs:TestNothrowNew (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/allocator/
H A Dallocator_unittest.cc327 static void TestNothrowNew(void* (*func)(size_t)) { function in namespace:__anon2171
398 TestNothrowNew(&::operator new);
399 TestNothrowNew(&::operator new[]);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dtcmalloc_unittest.cc702 static void TestNothrowNew(void* (*func)(size_t, const std::nothrow_t&)) { function in namespace:testing
1258 TestNothrowNew(&::operator new);
1260 TestNothrowNew(&::operator new[]);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dtcmalloc_unittest.cc702 static void TestNothrowNew(void* (*func)(size_t, const std::nothrow_t&)) { function in namespace:testing
1258 TestNothrowNew(&::operator new);
1260 TestNothrowNew(&::operator new[]);

Completed in 131 milliseconds