/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
D | get_mangled_names.cc | 61 void* operator new(size_t size, const std::nothrow_t&) throw() { return &m; } in operator new() 62 void operator delete(void* p, const std::nothrow_t&) throw() { } in operator delete() 63 void* operator new[](size_t size, const std::nothrow_t&) throw() { return &m; } in operator new[]() 64 void operator delete[](void* p, const std::nothrow_t&) throw() { } in operator delete[]()
|
D | patch_functions.cc | 868 size_t size, const std::nothrow_t&) __THROW { in Perftools_new_nothrow() 876 size_t size, const std::nothrow_t&) __THROW { in Perftools_newarray_nothrow() 884 void *p, const std::nothrow_t&) __THROW { in Perftools_delete_nothrow() 891 void *p, const std::nothrow_t&) __THROW { in Perftools_deletearray_nothrow()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
D | get_mangled_names.cc | 61 void* operator new(size_t size, const std::nothrow_t&) throw() { return &m; } in operator new() 62 void operator delete(void* p, const std::nothrow_t&) throw() { } in operator delete() 63 void* operator new[](size_t size, const std::nothrow_t&) throw() { return &m; } in operator new[]() 64 void operator delete[](void* p, const std::nothrow_t&) throw() { } in operator delete[]()
|
D | patch_functions.cc | 868 size_t size, const std::nothrow_t&) __THROW { in Perftools_new_nothrow() 876 size_t size, const std::nothrow_t&) __THROW { in Perftools_newarray_nothrow() 884 void *p, const std::nothrow_t&) __THROW { in Perftools_delete_nothrow() 891 void *p, const std::nothrow_t&) __THROW { in Perftools_deletearray_nothrow()
|
/external/stlport/stlport/stl/ |
D | _new.h | 66 struct nothrow_t {}; struct
|
/external/stlport/test/eh/ |
D | nc_alloc.cpp | 212 void* _STLP_CALL operator new(size_t size, const EH_STD::nothrow_t&) throw() { in operator new() 228 void* _STLP_CALL operator new[](size_t size, const EH_STD::nothrow_t&) throw() { in operator new[]()
|
/external/compiler-rt/lib/msan/ |
D | msan_new_delete.cc | 32 struct nothrow_t {}; struct
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-cxx.h | 73 struct nothrow_t {}; struct
|
/external/compiler-rt/lib/asan/ |
D | asan_new_delete.cc | 36 struct nothrow_t {}; struct
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | debugallocation.cc | 1223 extern "C" PERFTOOLS_DLL_DECL void* tc_new_nothrow(size_t size, const std::nothrow_t&) __THROW { in tc_new_nothrow() 1236 extern "C" PERFTOOLS_DLL_DECL void tc_delete_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_delete_nothrow() 1250 extern "C" PERFTOOLS_DLL_DECL void* tc_newarray_nothrow(size_t size, const std::nothrow_t&) in tc_newarray_nothrow() 1264 extern "C" PERFTOOLS_DLL_DECL void tc_deletearray_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_deletearray_nothrow()
|
D | tcmalloc.cc | 1561 extern "C" PERFTOOLS_DLL_DECL void* tc_new_nothrow(size_t size, const std::nothrow_t&) __THROW { in tc_new_nothrow() 1575 extern "C" PERFTOOLS_DLL_DECL void tc_delete_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_delete_nothrow() 1591 extern "C" PERFTOOLS_DLL_DECL void* tc_newarray_nothrow(size_t size, const std::nothrow_t&) in tc_newarray_nothrow() 1603 extern "C" PERFTOOLS_DLL_DECL void tc_deletearray_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_deletearray_nothrow()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | debugallocation.cc | 1235 extern "C" PERFTOOLS_DLL_DECL void* tc_new_nothrow(size_t size, const std::nothrow_t&) __THROW { in tc_new_nothrow() 1248 extern "C" PERFTOOLS_DLL_DECL void tc_delete_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_delete_nothrow() 1262 extern "C" PERFTOOLS_DLL_DECL void* tc_newarray_nothrow(size_t size, const std::nothrow_t&) in tc_newarray_nothrow() 1276 extern "C" PERFTOOLS_DLL_DECL void tc_deletearray_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_deletearray_nothrow()
|
D | tcmalloc.cc | 1610 extern "C" PERFTOOLS_DLL_DECL void* tc_new_nothrow(size_t size, const std::nothrow_t&) __THROW { in tc_new_nothrow() 1624 extern "C" PERFTOOLS_DLL_DECL void tc_delete_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_delete_nothrow() 1640 extern "C" PERFTOOLS_DLL_DECL void* tc_newarray_nothrow(size_t size, const std::nothrow_t&) in tc_newarray_nothrow() 1652 extern "C" PERFTOOLS_DLL_DECL void tc_deletearray_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_deletearray_nothrow()
|
/external/clang/test/CodeGenCXX/ |
D | new.cpp | 20 struct nothrow_t {}; struct
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
D | tcmalloc_unittest.cc | 676 static void TestOneNothrowNew(void* (*func)(size_t, const std::nothrow_t&)) { in TestOneNothrowNew() 702 static void TestNothrowNew(void* (*func)(size_t, const std::nothrow_t&)) { in TestNothrowNew()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
D | tcmalloc_unittest.cc | 676 static void TestOneNothrowNew(void* (*func)(size_t, const std::nothrow_t&)) { in TestOneNothrowNew() 702 static void TestNothrowNew(void* (*func)(size_t, const std::nothrow_t&)) { in TestNothrowNew()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 113 struct nothrow_t {}; struct
|