source: GTP/trunk/Lib/Illum/GPUObscurancesGT/bin/debug/OgreMemory.log @ 1659

Revision 1659, 1.1 KB checked in by igarcia, 18 years ago (diff)
Line 
1--------------------------------------------------------------------------------
2
3      OgreMemory.log - Memory logging file created on Fri Oct 20 13:18:02 2006
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.