Home
last modified time | relevance | path

Searched defs:alloc_zone (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dggc-zone.c354 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;
[all …]
H A Dggc-none.c75 struct alloc_zone struct
80 struct alloc_zone rtl_zone; argument
H A Dggc-page.c2497 struct alloc_zone struct
2502 struct alloc_zone rtl_zone; argument
H A Dgengtype.c4247 enum alloc_zone enum