memory.c
来自「一个开源著名的TDE编辑器源代码」· C语言 代码 · 共 12 行
C
12 行
/* * Editor: TDE, the Thomson-Davis Editor * Filename: memory.c * Author: Jason Hood * Date: November 24 to December 8, 2001 * * Memory management functions. * * These functions improve the memory efficiency of TDE. In TDE, each line * has two mallocs - one for the line structure and another for the line * contents. With a lot of lines, the overhead of each malloc adds up. For * example, loading a 5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?