Line | |
---|
1 | --------------------------------------------------------------------------------
|
---|
2 |
|
---|
3 | OgreMemory.log - Memory logging file created on Wed May 10 11:47:45 2006 |
---|
4 |
|
---|
5 | --------------------------------------------------------------------------------
|
---|
6 |
|
---|
7 | This file contains a log of all memory operations performed during the last run.
|
---|
8 |
|
---|
9 | Interrogate this file to track errors or to help track down memory-related
|
---|
10 | issues. You can do this by tracing the allocations performed by a specific owner
|
---|
11 | or by tracking a specific address through a series of allocations and
|
---|
12 | reallocations.
|
---|
13 |
|
---|
14 | There is a lot of useful information here which, when used creatively, can be
|
---|
15 | extremely helpful.
|
---|
16 |
|
---|
17 | Note that the following guides are used throughout this file:
|
---|
18 |
|
---|
19 | [!] - Error
|
---|
20 | [+] - Allocation
|
---|
21 | [~] - Reallocation
|
---|
22 | [-] - Deallocation
|
---|
23 | [I] - Generic information
|
---|
24 | [F] - Failure induced for the purpose of stress-testing your application
|
---|
25 | [D] - Information used for debugging this memory manager
|
---|
26 |
|
---|
27 | ...so, to find all errors in the file, search for "[!]"
|
---|
28 |
|
---|
29 | --------------------------------------------------------------------------------
|
---|
Note: See
TracBrowser
for help on using the repository browser.