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

Function xmlMemBlocks

ThirdParty/libxml2/vtklibxml2/xmlmemory.c:332–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 */
331
332int
333xmlMemBlocks(void) {
334 int res;
335
336 xmlMutexLock(&xmlMemMutex);
337 res = debugMemBlocks;
338 xmlMutexUnlock(&xmlMemMutex);
339 return(res);
340}
341
342/**
343 * xmlMemDisplayLast:

Callers

nothing calls this directly

Calls 2

xmlMutexLockFunction · 0.85
xmlMutexUnlockFunction · 0.85

Tested by

no test coverage detected