BloombergLP::bdlma::ConcurrentFixedPool::addressFromIndex

Return the address of the memory block identified by the specified index. The behavior is undefined unless the index has been obtained through indexFromAddress.

Synopsis

Declared in <bdlma_concurrentfixedpool.h>

void*
addressFromIndex(int index) const;

Return Value

address of the memory block identified by index

Parameters

NameDescription
indexblock index previously returned by indexFromAddress