Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bdlma_concurrentpool.h File Reference

Provide thread-safe allocation of memory blocks of uniform size. More...

Go to the source code of this file.

Classes

class  bdlma::ConcurrentPool
struct  bdlma::ConcurrentPool::Link

Namespaces

namespace  bdlma

Functions

void * operator new (bsl::size_t size, BloombergLP::bdlma::ConcurrentPool &pool)
void operator delete (void *address, BloombergLP::bdlma::ConcurrentPool &pool)

Detailed Description