Hi,
Are there implementations of STL container types (<deque>, <vector>, ...) which would use very efficient EDMA of c6000 (c7645) DSP and custom (pool) allocator to allocate in defined area, not heap. My application is very "constant" and allocation will be realized for constant lengths at boot time and destruction takes place when power is switched off ;-) As you can read between lines I'm not C++ guru.
Risto