Home
last modified time | relevance | path

Searched refs:cpputest_malloc_location_with_leak_detection (Results 1 – 4 of 4) sorted by relevance

/dports/devel/cpputest/cpputest-4.0/include/CppUTest/
H A DMemoryLeakWarningPlugin.h85 extern void* cpputest_malloc_location_with_leak_detection(size_t size, const char* file, size_t lin…
/dports/devel/cpputest/cpputest-4.0/tests/CppUTest/
H A DMemoryLeakWarningTest.cpp134 leak1 = (char*) cpputest_malloc_location_with_leak_detection(10, __FILE__, __LINE__); in _testLeakWarningWithPluginDisabled()
237 char* mallocMemory = (char*) cpputest_malloc_location_with_leak_detection(10, "file", 10); in TEST()
/dports/devel/cpputest/cpputest-4.0/src/CppUTest/
H A DTestHarness_c.cpp207 return cpputest_malloc_location_with_leak_detection(size, file, line); in cpputest_malloc_location()
H A DMemoryLeakWarningPlugin.cpp113 void* cpputest_malloc_location_with_leak_detection(size_t size, const char* file, size_t line) in cpputest_malloc_location_with_leak_detection() function