Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
412
void
413
xmlInitMemoryInternal(void) {
414
xmlInitMutex(&xmlMemMutex);
415
}
416
417
/**
418
* xmlCleanupMemory:
Callers
1
xmlInitParser
Function · 0.85
Calls
1
xmlInitMutex
Function · 0.85
Tested by
no test coverage detected