[#BloombergLP-bslma-DeallocateBytesProctor-2constructor-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/DeallocateBytesProctor.adoc[DeallocateBytesProctor]::DeallocateBytesProctor :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bslma_deallocatebytesproctor.h>` Move‐construct a proctor from `original`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslma/DeallocateBytesProctor/2constructor-0e.adoc[DeallocateBytesProctor](xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<DeallocateBytesProctor>] original); ---- [.small]#xref:BloombergLP/bslma/DeallocateBytesProctor/2constructor-0e.adoc[_» more..._]# Create a proctor to manage a memory block from the specified allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslma/DeallocateBytesProctor/2constructor-0d.adoc[DeallocateBytesProctor]( ALLOCATOR const& allocator, xref:BloombergLP/bslma/DeallocateBytesProctor.adoc[PtrType] p, std::size_t nbytes, std::size_t alignment = k_MAX_ALIGNMENT); ---- [.small]#xref:BloombergLP/bslma/DeallocateBytesProctor/2constructor-0d.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *original* | proctor to move from | *allocator* | allocator (or pool) that allocated `p` | *p* | address of the memory block to manage, or null | *nbytes* | size in bytes of the block at `p` | *alignment* | alignment used when `p` was allocated |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#