source: GTP/trunk/App/Demos/Illum/IBRBillboardCloudTrees/OGRE/IBRTreesOGRE/bin/debug/OgreMemory.log @ 1493

Revision 1493, 1.5 KB checked in by igarcia, 18 years ago (diff)
Line 
1--------------------------------------------------------------------------------
2
3      OgreMemory.log - Memory logging file created on Mon May 01 20:51:56 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--------------------------------------------------------------------------------
30[!] A memory allocation unit was corrupt because of an overrun:
31[I]   Address (reported):   00E19118
32[I]   Address (actual)  :   00E19108
33[I]   Size (reported)   : 0x0000015C (      ,348 bytes     )
34[I]   Size (actual)     : 0x0000017C (      ,380 bytes     )
35[I]   Owner             : exampleapplication.h(75)::ExampleApplication::setup
36[I]   Allocation type   : new
37[I]   Allocation number : 12
Note: See TracBrowser for help on using the repository browser.