Same as the default constructor, using the specified basicAllocator.
Declared in <bslmt_threadattributes.h>
explicit
ThreadAttributes(bslma::Allocator* basicAllocator);
If basicAllocator is 0, the currently installed default allocator is used.
| Name | Description |
|---|---|
| basicAllocator | memory allocator; null uses the default |