[ANN] Thread-aware STL-compatible memory allocator

D

Dan

Borrowed Time, Inc. has just released version 2.0 of their Core
Library, a toolkit of C++ code aimed at Linux and Mac OS X developers.
Included in the library is an STL-compatible memory allocator
designed for threaded applications. The allocator offers both
per-thread memory allocation and any-thread deallocation (ie, any
thread can deallocate a memory block, not just the thread that
allocated it).

While the allocator is just a part of the BTI Core Library, it can be
compiled as a separate, independent library (both static and shared).
The library requires gcc (g++) version 3.1 and higher, with version
3.3 recommended.

A short description of the library and its components, as well as a
link to the library's source code, can be found here:
http://www.bti.net/core_lib.html.

Regards,

DSC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,137
Messages
2,570,800
Members
47,348
Latest member
Mikientp

Latest Threads

Top