BloombergLP::bslma::AutoDeallocator::reset

Set the origin of the sequence of memory blocks managed by this proctor.

Synopses

Declared in <bslma_autodeallocator.h>

Set the origin of the sequence of memory blocks managed by this proctor.

void
reset(void** origin);
» more...

Set the origin of the sequence of memory blocks managed by this proctor.

template<class TYPE>
void
reset(TYPE** origin);
» more...

Parameters

NameDescription
originThe address of the origin memory block pointer.