summaryrefslogtreecommitdiff
path: root/rts/ReportMemoryMap.h
blob: 7d2c4a58b1d05b6357c2f9b0cb6fdaecda76e435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* -----------------------------------------------------------------------------
 *
 * (c) The GHC Team, 1998-2004
 *
 * Memory-map dumping.
 *
 * This is intended to be used for reporting the process memory-map
 * in diagnostics when the RTS fails to map a block of memory.
 *
 * ---------------------------------------------------------------------------*/

void reportMemoryMap(void);