MCPcopy Create free account
hub / github.com/cpputest/cpputest / normal_operator_new_nothrow

Function normal_operator_new_nothrow

src/CppUTest/MemoryLeakWarningPlugin.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255static void* normal_operator_new_nothrow (size_t size) UT_NOTHROW
256{
257 return PlatformSpecificMalloc(size);
258}
259
260static void* normal_operator_new_debug (size_t size, const char* /*file*/, size_t /*line*/) UT_THROW(std::bad_alloc)
261{

Callers

nothing calls this directly

Calls 1

PlatformSpecificMallocFunction · 0.85

Tested by

no test coverage detected