stratus_ftx_notes

来自「测试内存泄露工具」· 代码 · 共 18 行

TXT
18
字号
From: Wim_van_DuurenSubject: dmalloc libraryDate: Wed, 12 Aug 1998 10:36:42 -0400I recently used your dmalloc library on a Stratus FTX (release2.3.1.1, i860 Intel processor) system.  Getting the return-addresssetup properly was a problem (couldn't get the "asm" working in theselected compiler mode), and I ended up with compiling according tofull-ANSI rules (using the -Xa compiler option).  This I could only doafter modifying the "dmalloc.h.3" in such a way that themalloc/calloc/realloc/free definitions would no longer cause thecompiler to bark with 'identifier redeclared' (I just put an #ifdef_STDLIB_H ... #endif around those functions)....sdf

⌨️ 快捷键说明

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