Home | History | Annotate | Download | only in libxml2

Lines Matching full:dump

635  * @nbBytes: the amount of memory to dump
836 * @nr: number of entries to dump
838 * show a show display of the memory allocated, and dump
884 * Dump in-extenso the memory blocks allocated to the file .memorylist
891 FILE *dump;
895 dump = fopen(".memdump", "w");
896 if (dump == NULL)
898 else xmlMemoryDumpFile = dump;
902 if (dump != NULL) fclose(dump);