Lines Matching defs:globals
347 static struct globals struct
353 page_entry *pages[NUM_ORDERS];
358 page_entry *page_tails[NUM_ORDERS];
361 page_table lookup;
364 size_t pagesize;
365 size_t lg_pagesize;
368 size_t allocated;
371 size_t allocated_last_gc;
374 size_t bytes_mapped;
377 unsigned long context_depth_allocations;
380 unsigned long context_depth_collections;
383 unsigned short context_depth;
387 int dev_zero_fd;
391 page_entry *free_pages;
394 page_group *page_groups;
398 FILE *debug_file;
401 unsigned int depth_in_use;
404 unsigned int depth_max;
409 unsigned int *depth;
412 unsigned int by_depth_in_use;
415 unsigned int by_depth_max;
422 page_entry **by_depth;
427 unsigned long **save_in_use;
432 struct free_object *free_object_list;
437 {
461 } stats;