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

Method deallocStringBuffer

src/CppUTest/SimpleString.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void SimpleString::deallocStringBuffer(char* str, size_t size, const char* file, size_t line)
126{
127 getStringAllocator()->free_memory(str, size, file, line);
128}
129
130char* SimpleString::getEmptyString() const
131{

Callers

nothing calls this directly

Calls 1

free_memoryMethod · 0.45

Tested by

no test coverage detected