Memory Pool System Logo

Memory Pool System

  • Guide
  • Reference
  • Pool reference
    • 1. Choosing a pool class
    • 2. Pool class properties
    • 3. Writing a new pool class
    • 4. AMC (Automatic Mostly-Copying)
    • 5. AMCZ (Automatic Mostly-Copying Zero-rank)
    • 6. AMS (Automatic Mark and Sweep)
    • 7. AWL (Automatic Weak Linked)
    • 8. LO (Leaf Object)
    • 9. MFS (Manual Fixed Small)
    • 10. MVFF (Manual Variable First Fit)
    • 11. MVT (Manual Variable Temporal)
    • 12. SNC (Stack No Checking)
  • 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
  • Pool reference

Pool reference

  • 1. Choosing a pool class
    • 1.1. Choosing an automatic pool class
    • 1.2. Choosing a manual pool class
  • 2. Pool class properties
  • 3. Writing a new pool class
  • 4. AMC (Automatic Mostly-Copying)
    • 4.1. AMC properties
    • 4.2. AMC interface
    • 4.3. Hash arrays
  • 5. AMCZ (Automatic Mostly-Copying Zero-rank)
    • 5.1. AMCZ properties
    • 5.2. AMCZ interface
  • 6. AMS (Automatic Mark and Sweep)
    • 6.1. AMS properties
    • 6.2. AMS interface
  • 7. AWL (Automatic Weak Linked)
    • 7.1. AWL properties
    • 7.2. Dependent objects
    • 7.3. Protection faults
    • 7.4. Caution
    • 7.5. AWL interface
  • 8. LO (Leaf Object)
    • 8.1. LO properties
    • 8.2. LO interface
  • 9. MFS (Manual Fixed Small)
    • 9.1. MFS properties
    • 9.2. MFS interface
  • 10. MVFF (Manual Variable First Fit)
    • 10.1. MVFF properties
    • 10.2. MVFF interface
  • 11. MVT (Manual Variable Temporal)
    • 11.1. Temporal fit
    • 11.2. MVT properties
    • 11.3. MVT interface
  • 12. SNC (Stack No Checking)
    • 12.1. SNC properties
    • 12.2. SNC interface
Previous Next

© Copyright 2024, Ravenbrook Limited.

Built with Sphinx using a theme provided by Read the Docs.