[#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>` This move constructor creates a proctor managing the same block as `original`. After the move, `original` is disengaged. [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 the specified `nbytes` bytes at the specified `p` address, which have been allocated from the specified `allocator`. Optionally specify the `alignment` used to allocate the bytes. If `p` is null, then the created proctor is disengaged (manages no memory). The behavior is undefined unless `p` is null or was allocated from `allocator` with a size of `nbytes` and alignment of `alignment`. [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#