MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlInitMemoryInternal

Function xmlInitMemoryInternal

ThirdParty/libxml2/vtklibxml2/xmlmemory.c:412–415  ·  view source on GitHub ↗

* xmlInitMemoryInternal: * * Initialize the memory layer. */

Source from the content-addressed store, hash-verified

410 * Initialize the memory layer.
411 */
412void
413xmlInitMemoryInternal(void) {
414 xmlInitMutex(&xmlMemMutex);
415}
416
417/**
418 * xmlCleanupMemory:

Callers 1

xmlInitParserFunction · 0.85

Calls 1

xmlInitMutexFunction · 0.85

Tested by

no test coverage detected