| version 1.5, 2000/12/05 06:59:16 | version 1.6, 2000/12/05 08:29:44 | 
|  |  | 
| * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, | * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, | 
| * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. | * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. | 
| * | * | 
| * $OpenXM: OpenXM_contrib2/asir2000/engine/_distm.c,v 1.4 2000/11/07 06:06:39 noro Exp $ | * $OpenXM: OpenXM_contrib2/asir2000/engine/_distm.c,v 1.5 2000/12/05 06:59:16 noro Exp $ | 
| */ | */ | 
| #include "ca.h" | #include "ca.h" | 
| #include "inline.h" | #include "inline.h" | 
| 
| Line 70  MP _mp_free_list; |  | 
| Line 70  MP _mp_free_list; |  | 
| DP _dp_free_list; | DP _dp_free_list; | 
| DL _dl_free_list; | DL _dl_free_list; | 
| int current_dl_length; | int current_dl_length; | 
|  |  | 
|  | void _free_private_storage() | 
|  | { | 
|  | _mp_free_list = 0; | 
|  | _dp_free_list = 0; | 
|  | _dl_free_list = 0; | 
|  | GC_gcollect(); | 
|  | } | 
|  |  | 
| void _DL_alloc() | void _DL_alloc() | 
| { | { |