[#BloombergLP-bdlcc-TimeQueue-091-2constructor-005] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/TimeQueue-091.adoc[TimeQueue<function<void()>>]::TimeQueue :relfileprefix: ../../../ :mrdocs: DEPRECATED: Use the other constructor overloads instead. Note that the specified `poolTimerMemory` argument controlled whether additional memory used by an internal `bsl::map` was pooled. When `bsl::map` was modified to pool its own nodes, this option became irrelevant and is now ignored. == Synopsis Declared in `<bdlcc_timequeue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit TimeQueue( bool poolTimerMemory, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#