Return a managed pointer to this thread's exclusive message buffer.
Declared in <ball_loggermanager.h>
bslma::ManagedPtr<char>
obtainMessageBuffer(int* bufferSize);
Return a managed pointer that refers to the memory block to which this thread of execution has exclusive access and load the size (in bytes) of this buffer into the specified bufferSize address. Note that this method is intended for internal use only.
managed pointer referring to this thread's exclusive message buffer
| Name | Description |
|---|---|
| bufferSize | address at which to store the buffer size in bytes |