[#BloombergLP-balb-LeakyBucket-submit] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/LeakyBucket.adoc[LeakyBucket]::submit :relfileprefix: ../../../ :mrdocs: Submit the specified `numUnits` to this leaky bucket. The behavior is undefined unless `unitsReserved() + unitsInBucket() + numUnits` can be represented by a 64‐bit unsigned integral type. Note that after this operation, this leaky bucket may overflow. == Synopsis Declared in `<balb_leakybucket.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void submit(xref:BloombergLP/bsls/Types/Uint64.adoc[bsls::Types::Uint64] numUnits); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#