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

Method sizeOfMemoryWithCorruptionInfo

src/CppUTest/MemoryLeakDetector.cpp:555–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555size_t MemoryLeakDetector::sizeOfMemoryWithCorruptionInfo(size_t size)
556{
557 return calculateVoidPointerAlignedSize(size + memory_corruption_buffer_size);
558}
559
560MemoryLeakDetectorNode* MemoryLeakDetector::getNodeFromMemoryPointer(char* memory, size_t memory_size)
561{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected