source: GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/OgreMemory.log @ 2179

Revision 2179, 1.1 KB checked in by szirmay, 17 years ago (diff)
Line 
1--------------------------------------------------------------------------------
2
3      OgreMemory.log - Memory logging file created on Thu Mar 01 18:01:22 2007
4
5--------------------------------------------------------------------------------
6
7This file contains a log of all memory operations performed during the last run.
8
9Interrogate this file to track errors or to help track down memory-related
10issues. You can do this by tracing the allocations performed by a specific owner
11or by tracking a specific address through a series of allocations and
12reallocations.
13
14There is a lot of useful information here which, when used creatively, can be
15extremely helpful.
16
17Note 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.