comparison src/alloc.c @ 707:a307f9a2021d

[xemacs-hg @ 2001-12-20 05:49:28 by andyp] sync with 21-4-6-windows
author andyp
date Thu, 20 Dec 2001 05:49:48 +0000
parents fdefd0186b75
children 943eaba38521
comparison
equal deleted inserted replaced
706:c9bf82d465b5 707:a307f9a2021d
2470 int instances_in_use; 2470 int instances_in_use;
2471 int bytes_in_use; 2471 int bytes_in_use;
2472 int instances_freed; 2472 int instances_freed;
2473 int bytes_freed; 2473 int bytes_freed;
2474 int instances_on_free_list; 2474 int instances_on_free_list;
2475 } lcrecord_stats [countof (lrecord_implementations_table)]; 2475 } lcrecord_stats [countof (lrecord_implementations_table)
2476 + MODULE_DEFINABLE_TYPE_COUNT];
2476 2477
2477 static void 2478 static void
2478 tick_lcrecord_stats (const struct lrecord_header *h, int free_p) 2479 tick_lcrecord_stats (const struct lrecord_header *h, int free_p)
2479 { 2480 {
2480 int type_index = h->type; 2481 int type_index = h->type;