| Allegro CL version 10.1 Moderately revised from 10.0. 10.0 version |
Arguments: &rest fnspecs
This macro adds an fwrapper to each of the arguments (see fwrappers-and-advice.htm). This fwrapper makes two memlog calls:
When the memtrace call appears at top-level, it creates the wrapper, and performs the fwrap operation.
If the memtrace call appears anywhere other than top-level, then only the fwrap operation is performed. The wrapper must have been created previously with a top-level memtrace or a memtrace-def expression. If a wrapper is not defined, a warning is signaled and the operation does nothing.
See Memlog: A Facility for Minimally Intrusive Monitoring of Complex Application Behavior in smp.htm for more information.
See multiprocessing.htm for general information on multiprocessing in Allegro CL.
Copyright (c) 1998-2017, Franz Inc. Oakland, CA., USA. All rights reserved.
This page has had moderate revisions compared to the 10.0 page.
Created 2017.2.15.
| Allegro CL version 10.1 Moderately revised from 10.0. 10.0 version |