emacs - Emacs 中的缓冲区重定位分配器是什么?

标签 emacs configure

此选项是什么以及如何在运行 ./configure 时启用它?

Should Emacs use a relocating allocator for buffers?    no

最佳答案

来自glibc documentation :

Any system of dynamic memory allocation has overhead: the amount of space it uses is more than the amount the program asks for. The relocating memory allocator achieves very low overhead by moving blocks in memory as necessary, on its own initiative.

通读configure脚本,看起来这个内存分配器是在没有更好的内存分配器可用时使用的。特别是,在我的系统上,看起来“Doug Lea 来自 GNU C 库的新 malloc”优先于重定位分配器。

关于emacs - Emacs 中的缓冲区重定位分配器是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26192944/

相关文章:

emacs - 组织表中的条件总和(sumif)

java - 为什么 try-with-resources 会破坏 Emacs 中的缩进?”

gcc - glibc安装: cannot compute suffix of object files

c++ - ./configure使用ssldump代码库抛出错误

emacs - 如何在 Markdown 模式下添加 "` "作为自动配对分隔符?

emacs hg 删除函数

emacs - Emacs 中的基本 HTML 操作

node.js - Amazon EC2 上的 HTTPS Node.js 服务器不工作

shell - 如何将 shell 变量传递给 autogen.sh 脚本

iphone - 为 iphone 构建 libsrtp 的正确配置?