MPS issue job003824

TitleNo control over the constant factor in AMC segment overhead
Statusclosed
Priorityoptional
Assigned userDavid Lovemore
OrganizationRavenbrook
DescriptionOperations and data structures that use AMC segments (buffer allocation, condemning, scanning, reclaiming) have a per-segment overhead. But there is no way to control this overhead.
AnalysisAllow clients to set the minimum segment size by passing an MPS_KEY_EXTEND_BY keyword argument to mps_pool_create_k. (The actual segment size will of course have to be rounded up to the arena alignment.)
How foundinspection
EvidenceNone as yet.
Created byGareth Rees
Created on2014-05-28 14:35:03
Last modified byDavid Lovemore
Last modified on2014-06-13 16:52:36
History2014-05-28 GDR Created.
2014-06-10 DL Assigned to DL

Fixes

Change Effect Date User Description
186584 closed 2014-06-13 16:50:42 David Lovemore Merge branch/2014-06-10/amc-extend-by in the master sources.