Return the current number of allocation requests left before an exception is thrown. A negative value indicates that no exception is scheduled.
Synopsis
Declared in <bslma_testallocator.h>
bsls::Types::Int64
allocationLimit() const;
Return Value
remaining allocations before an exception, or negative if none
Created with MrDocs