This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Customized Allocator (on disk)


On Fri, Nov 16, 2001 at 03:53:30AM -0800, Reza Roboubi wrote:
> Is there any standard way to create a customized allocator so that it
> operates on the disk directly?

The only "standard" thing that allocators must do is have certain public
members.  After that, /how/ they do their job is entirely up to you.
It's also off-topic to this list; I suggest asking on comp.unix.programmer
or a related mailing list.


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]