Home | History | Annotate | Download | only in libxml2

Lines Matching defs:memory

445                             "xmlGlobalInitMutexLock: out of memory\n");
554 * global state. It is is used here to reclaim memory resources.
561 /* free any memory allocated in the thread's xmlLastError */
583 "xmlGetGlobalState: out of memory\n");
599 void *memory;
609 xmlFreeGlobalState(params->memory);
616 void *memory;
690 globalval = (xmlGlobalState *) (p ? p->memory : NULL);
701 "xmlGetGlobalState: out of memory\n");
705 p->memory = tsd;
927 xmlFreeGlobalState(temp->memory);
1025 globalval = (xmlGlobalState *) (p ? p->memory : NULL);