[#BloombergLP-bdld-Datum-disposeUninitializedArray] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/Datum.adoc[Datum]::disposeUninitializedArray :relfileprefix: ../../../ :mrdocs: Deallocate the memory used by the specified `array` (but _not_ memory allocated for its contained elements) using the specified `allocator`. This method does not destroy individual array elements and the memory allocated for those elements must be explicitly deallocated before calling this method. The behavior is undefined unless `array` was created with `createUninitializedArray` using `allocator`. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void disposeUninitializedArray( xref:BloombergLP/bdld/DatumMutableArrayRef.adoc[DatumMutableArrayRef] const& array, xref:BloombergLP/bdld/Datum/AllocatorType.adoc[AllocatorType] const& allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#