Memory Pool System
Memory Pool System
Guide
Reference
Pool reference
Design
Old design
Appendices
Bibliography
Memory Management Glossary
Index to source code
Memory Pool System Kit Open Source License
Contact us
Contributing to the MPS
Release notes
Indices and tables
Index
Memory Pool System
Introduction to memory management
Introduction to memory management
1. Overview
1.1. Hardware memory management
1.2. Operating system memory management
1.3. Application memory management
1.4. Memory management problems
1.5. Manual memory management
1.6. Automatic memory management
1.7. More information
2. Allocation techniques
2.1. First fit
2.2. Buddy system
2.3. Suballocators
3. Recycling techniques
3.1. Tracing collectors
3.2. Reference counts
4. Memory management in various languages