Linux Slab Allocator, Learn How Linux Manages Memory

2008年08月19日 21:00 • 查看 8 次 • 打印本文

Good operating system performance depends in part on the operating system’s ability to efficiently manage resources. In the old days, heap memory managers were the norm, but performance suffered due to fragmentation and the need for memory reclamation. Today, Linux uses method which allocates memory as objects based on their size.

查看原文 »

评论

发表评论