You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafodion.apache.org by Dave Birdsall <da...@esgyn.com> on 2017/01/18 20:09:08 UTC

Has anyone played with connecting STL allocator with Trafodion NAHeap?

Hi,

Because Trafodion uses its own heap management, we often find that we cannot take advantage of STL classes in C++ code.

Many of the STL classes allow one to supply an allocator. So in principle one could write their own heap management for use with STL classes.

Has anyone experimented with mapping an STL allocator to a Trafodion NAHeap? If so, what issues did you encounter?

Thanks,

Dave