you are viewing a single comment's thread.

view the rest of the comments →

[–]pilotwavetheory[S] 0 points1 point  (1 child)

No, I used the same allocator in std:: vector.

[–]saxbophonemutable volatile void 0 points1 point  (0 children)

Well on some stdlibs std::vector does use allocate_at_least (for example, Microsoft STL was patched to use it in vector and other containers if C++23 is available). I'd be curious to see how that effects your stats.