Boost logo

Boost Users :

From: Fitzy (lugtug_at_[hidden])
Date: 2008-06-19 00:37:51


 Hi is there a known problem with boost pool and using ordered_malloc()?
I'm creating a pool with chunk size set to 16, and requesting blocks of
memory that are multiples of 16, nothing huge(like 3*16), by calling
ordered_malloc(n). This works for a few calls but eventually it crashes in
simple_segregated_storage.hpp in try_malloc_n() when it calls nextof(iter);.

This is using VS2008.
Thanks



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net