[#bsl-allocator-0c2-deallocate_bytes] = xref:bsl.adoc[bsl]::xref:bsl/allocator-0c2.adoc[allocator<int>]::deallocate_bytes :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<bits/memory_resource.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void deallocate_bytes( void* __p, size_t __nbytes, size_t __alignment = alignof(max_align_t)); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#