Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在linux内核中,有一个slab分配器用于高效的内存管理。我知道 linux 中有一个名为“memcached”的程序来支持 MySQL 或 PHP 或其他程序的内存缓存。他们似乎都在使用slab算法来进行有效的内存管理。
这两个平板算法相同吗?如果我了解“memcached”如何工作以了解内核板分配器的工作原理,这会有所帮助吗?
先感谢您。
memcached 使用自己的slab分配器实现