Lines Matching refs:dump
638 * @nbBytes: the amount of memory to dump
839 * @nr: number of entries to dump
841 * show a show display of the memory allocated, and dump
887 * Dump in-extenso the memory blocks allocated to the file .memorylist
894 FILE *dump;
898 dump = fopen(".memdump", "w");
899 if (dump == NULL)
901 else xmlMemoryDumpFile = dump;
905 if (dump != NULL) fclose(dump);