Home
last modified time | relevance | path

Searched refs:alloc_chunk (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dggc-zone.c139 struct alloc_chunk { struct
140 struct alloc_chunk *next_free; argument
391 struct alloc_chunk *free_chunks[NUM_FREE_BINS + 1];
974 struct alloc_chunk *chunk = (struct alloc_chunk *) ptr; in free_chunk()
986 size - sizeof (struct alloc_chunk))); in free_chunk()
993 size - sizeof (struct alloc_chunk *))); in free_chunk()
1012 struct alloc_chunk *chunk, **pp; in ggc_alloc_zone_stat()
1108 chunk = (struct alloc_chunk *) ((char *) result + size); in ggc_alloc_zone_stat()
1149 chunk = (struct alloc_chunk *) ((char *) result + size); in ggc_alloc_zone_stat()
1780 struct alloc_chunk *chunk; in ggc_collect_1()
[all …]
H A DChangeLog-200417366 * ggc-zone.c (struc alloc_chunk): Rearrange flag bits and SIZE.
21514 * ggc-zone.c (struct alloc_chunk): Remove attribute packed.
47655 (struct alloc_chunk): Steal 1 bit from typecode, use it to mark