comp.lang.ada
 help / color / mirror / Atom feed
* Q: Creating my own storage pools
@ 2003-01-21  3:56 Victor Porton
  2003-01-21 15:10 ` Stephen Leake
  2003-01-21 19:33 ` Robert A Duff
  0 siblings, 2 replies; 3+ messages in thread
From: Victor Porton @ 2003-01-21  3:56 UTC (permalink / raw)


13.11.20. "The effect of calling Allocate and Deallocate for a standard
storage pool directly (rather than implicitly via an allocator or an
instance of Unchecked_Deallocation) is unspecified."

I want to use the standard storage pool for allocating memory for my
own portable storage pool. But how to allocate from the standard pool
the given number of storage elements? Should I use packed arrays?

Also how to deal with alignment of the allocated memory?



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-21 19:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-21  3:56 Q: Creating my own storage pools Victor Porton
2003-01-21 15:10 ` Stephen Leake
2003-01-21 19:33 ` Robert A Duff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox