📄 stratus_ftx_notes
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -