help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Which style of allocators is used?


From: Guy Harrison
Subject: Re: Which style of allocators is used?
Date: Wed, 11 Aug 2004 01:00:26 GMT
User-agent: KNode/0.7.7

Alex Vinokur wrote:

[snip]

> So, the question is: which style of allocators ("SGI" or "Standard") is
> used? For instance,
> std::vector<int> v (10);
> Which allocator is used here: "SGI" or "Standard"?

Use 'gdb', just single-step asm from breakpoint at "std::<vector> v(10)" and
you'll arrive in the headers. Follow it from there.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]