Lines Matching refs:unmemoize
33 @EXPORT_OK = qw(unmemoize flush_cache);
277 sub unmemoize {
283 croak "Could not unmemoize function `$f', because it was not memoized to begin with";
288 croak "Could not figure out how to unmemoize function `$f'";
778 =head2 C<unmemoize>
780 There's an C<unmemoize> function that you can import if you want to.
788 $SIG{INT} = sub { unmemoize 'function' };
790 C<unmemoize> accepts a reference to, or the name of a previously
796 If you ask it to unmemoize a function that was never memoized, it
948 memoize the function, and stored back at the time you unmemoize the
1037 C<unmemoize()>, to Philippe Verdret for enlightening discussion of