[#BloombergLP-bslma-AutoDeallocator-reset-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/AutoDeallocator.adoc[AutoDeallocator]::reset :relfileprefix: ../../../ :mrdocs: 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bslma/AutoDeallocator/reset-03.adoc[reset](void** origin); ---- [.small]#xref:BloombergLP/bslma/AutoDeallocator/reset-03.adoc[_» more..._]# Set the origin of the sequence of memory blocks managed by this proctor. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> void xref:BloombergLP/bslma/AutoDeallocator/reset-00.adoc[reset](TYPE** origin); ---- [.small]#xref:BloombergLP/bslma/AutoDeallocator/reset-00.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *origin* | The address of the origin memory block pointer. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#