Move git root from Client/ to src/ to track all source code: - Client: Game client source (moved to Client/Client/) - Server: Game server source - GameTools: Development tools - CryptoSource: Encryption utilities - database: Database scripts - Script: Game scripts - rylCoder_16.02.2008_src: Legacy coder tools - GMFont, Game: Additional resources 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
--------------------------------------------------------------------------------
|
|
|
|
memory.log - Memory logging file created on Wed Oct 01 18:40:34 2003
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
This file contains a log of all memory operations performed during the last run.
|
|
|
|
Interrogate this file to track errors or to help track down memory-related
|
|
issues. You can do this by tracing the allocations performed by a specific owner
|
|
or by tracking a specific address through a series of allocations and
|
|
reallocations.
|
|
|
|
There is a lot of useful information here which, when used creatively, can be
|
|
extremely helpful.
|
|
|
|
Note that the following guides are used throughout this file:
|
|
|
|
[!] - Error
|
|
[+] - Allocation
|
|
[~] - Reallocation
|
|
[-] - Deallocation
|
|
[I] - Generic information
|
|
[F] - Failure induced for the purpose of stress-testing your application
|
|
[D] - Information used for debugging this memory manager
|
|
|
|
...so, to find all errors in the file, search for "[!]"
|
|
|
|
--------------------------------------------------------------------------------
|