fastmm4messages.pas

来自「三层开发,是基于的」· PAS 代码 · 共 29 行

PAS
29
字号
{

Fast Memory Manager: Messages

Portuguese translation by Carlos Ma玢o (Carlos.Macao@gmail.com).

}

unit FastMM4Messages;

interface

{$Include FastMM4Options.inc}

const
  {The name of the debug info support DLL}
  FullDebugModeLibraryName = 'FastMM_FullDebugMode.dll';
  {Event log strings}
  LogFileExtension = '_MemoryManager_EventosLog.txt'#0;
  CRLF = #13#10;
  EventSeparator = '--------------------------------';
  {Class name messages}
  UnknownClassNameMsg = 'Desconhecida';
  {Stack trace Message}
  CurrentStackTraceMsg = #13#10#13#10'Registo do Stack actual que leva a esse erro (endere鏾s de retorno): ';
  {Memory dump message}
  MemoryDumpMsg = #13#10#13#10'O Dump de mem髍ia actual de 256 bytes tem inicio no endere鏾 ';
  {Block Error Messages}
  BlockScanLogHeader = 'Bloco atribu韉o registado por LogAllocatedBlocksToFile. O Tamanho 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?