Searched refs:MiDumperPrint (Results 1 – 1 of 1) sorted by relevance
/reactos/ntoskrnl/mm/ARM3/ |
H A D | expool.c | 487 #define MiDumperPrint(dbg, fmt, ...) \ macro 491 #define MiDumperPrint(dbg, fmt, ...) \ macro 527 MiDumperPrint(CalledFromDbg, "\t\t\t\tNonPaged\t\t\t\t\t\t\tPaged\n"); in MiDumpPoolConsumers() 528 …MiDumperPrint(CalledFromDbg, "Tag\t\tAllocs\t\tFrees\t\tDiff\t\tUsed\t\tAllocs\t\tFrees\t\tDiff\t\… in MiDumpPoolConsumers() 532 MiDumperPrint(CalledFromDbg, "\t\tNonPaged\t\t\tPaged\n"); in MiDumpPoolConsumers() 533 MiDumperPrint(CalledFromDbg, "Tag\t\tAllocs\t\tUsed\t\tAllocs\t\tUsed\n"); in MiDumpPoolConsumers() 585 …MiDumperPrint(CalledFromDbg, "'%c%c%c%c'\t\t%ld\t\t%ld\t\t%ld\t\t%ld\n", Tag[0], Tag[1], Tag[2], T… in MiDumpPoolConsumers() 594 …MiDumperPrint(CalledFromDbg, "0x%08x\t%ld\t\t%ld\t\t%ld\t\t%ld\t\t%ld\t\t%ld\t\t%ld\t\t%ld\n", Tab… in MiDumpPoolConsumers() 602 … MiDumperPrint(CalledFromDbg, "0x%08x\t%ld\t\t%ld\t\t%ld\t\t%ld\n", TableEntry->Key, in MiDumpPoolConsumers() 612 … MiDumperPrint(CalledFromDbg, "Anon\t\t%ld\t\t%ld\t\t%ld\t\t%ld\t\t%ld\t\t%ld\t\t%ld\t\t%ld\n", in MiDumpPoolConsumers() [all …]
|