Home | History | Annotate | Download | only in libxml2

Lines Matching defs:memory

452                             "xmlGlobalInitMutexLock: out of memory\n");
557 * global state. It is is used here to reclaim memory resources.
564 /* free any memory allocated in the thread's xmlLastError */
586 "xmlGetGlobalState: out of memory\n");
602 void *memory;
612 xmlFreeGlobalState(params->memory);
619 void *memory;
693 globalval = (xmlGlobalState *) (p ? p->memory : NULL);
704 "xmlGetGlobalState: out of memory\n");
708 p->memory = tsd;
928 xmlFreeGlobalState(temp->memory);
1014 globalval = (xmlGlobalState *) (p ? p->memory : NULL);