| Allegro CL version 10.0 This page is new in 10.0. | ||||||||||
Arguments: &key wait
Change the state of memory logging to :stopped. If
the current state was already :stopped,
return t. If the state was changed to
:stopped by this call,
return :stopped.
If the wait argument
is nil (or zero or negative),
return nil if the state is not and cannot be
immediately changed to :stopped. If
the wait argument is a positive integer N, wait
up to N seconds. If the wait argument is any
other non-nil value, wait indefinitely.
A delay may be caused by some other memlog operation in another thread.
See Memlog: A Facility for Minimally Intrusive Monitoring of Complex Application Behavior in smp.htm for more information.
Copyright (c) 1998-2015, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 10.0. This page is new in the 10.0 release.
Created 2015.5.21.
| Allegro CL version 10.0 This page is new in 10.0. | ||||||||||