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

Function cpputest_malloc_set_not_out_of_memory

src/CppUTest/TestHarness_c.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void cpputest_malloc_set_not_out_of_memory()
146{
147 malloc_out_of_memory_counter = NO_COUNTDOWN;
148 setCurrentMallocAllocator(originalAllocator);
149 originalAllocator = NULLPTR;
150}
151
152void cpputest_malloc_set_out_of_memory_countdown(int count)
153{

Callers 1

TESTFunction · 0.85

Calls 1

Tested by

no test coverage detected