Lines Matching defs:alloc_zone
354 struct alloc_zone struct
359 char *cached_free;
360 size_t cached_free_size;
364 struct alloc_chunk *free_chunks[NUM_FREE_BINS + 1];
368 size_t high_free_bin;
371 size_t allocated;
374 struct small_page_entry *pages;
398 struct alloc_zone *next_zone; argument
401 bool was_collected;
404 bool dead;
431 struct alloc_zone rtl_zone; argument