Title | No control over the constant factor in AMC segment overhead |
Status | closed |
Priority | optional |
Assigned user | David Lovemore |
Organization | Ravenbrook |
Description | Operations 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. |
Analysis | Allow 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 found | inspection |
Evidence | None as yet. |
Created by | Gareth Rees |
Created on | 2014-05-28 14:35:03 |
Last modified by | David Lovemore |
Last modified on | 2014-06-13 16:52:36 |
History | 2014-05-28 GDR Created. 2014-06-10 DL Assigned to DL |
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. |