I'm looking for something to help me understand pools, and the new Ada 2012 sub-pools. I've seen the rationale example and the example at Adapower but I find they're somewhat lacking in giving you a good understanding of what's going on.
Asked
Active
Viewed 721 times
3
-
Can you elaborate on the problem you want to solve? – trashgod Sep 12 '13 at 10:22
-
Not particularly; I'm looking into it as more of a learning thing than as a "I have a real-world problem." (That's rather unhelpful, I know.) – Shark8 Sep 12 '13 at 15:50
1 Answers
4
Absent knowledge of a definitive text or particular use-case, here are a few resources:
§13.4 Storage Pool Management, Ada 95 Rationale.
§6.4 Access types and storage pools, Ada 2012 Rationale.
§13.11.6 Storage Subpool Example, Ada 2012 Reference Manual.
Memory Management with Storage Pools, AdaPower.
Arena storage pool, RosettaCode.
§11.10.1 Storage Pools, The Big Online Book of Linux Ada Programming.
Gem #77: Where did my memory go?, AdaCore.

trashgod
- 203,806
- 29
- 246
- 1,045