MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / valgrindInternal

Method valgrindInternal

src/common/classes/alloc.cpp:438–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436};
437
438inline void MemHeader::valgrindInternal()
439{
440#ifdef USE_VALGRIND
441 VALGRIND_MAKE_MEM_DEFINED(this, sizeof(MemBlock));
442 VALGRIND_MAKE_MEM_UNDEFINED(((UCHAR*)this) + sizeof(MemBlock), getSize() - sizeof(MemBlock));
443#endif
444}
445
446template <typename H>
447class MemBaseHunk

Callers 2

~MemPoolMethod · 0.80
releaseMemoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected