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

Function xmlIOErrMemory

ThirdParty/libxml2/vtklibxml2/xmlIO.c:123–127  ·  view source on GitHub ↗

* xmlIOErrMemory: * @extra: extra information * * Handle an out of memory condition */

Source from the content-addressed store, hash-verified

121 * Handle an out of memory condition
122 */
123static void
124xmlIOErrMemory(void)
125{
126 xmlRaiseMemoryError(NULL, NULL, NULL, XML_FROM_IO, NULL);
127}
128
129/**
130 * __xmlIOErr:

Callers 1

__xmlIOErrFunction · 0.85

Calls 1

xmlRaiseMemoryErrorFunction · 0.85

Tested by

no test coverage detected