Searched refs:alloc_chunk (Results 1 – 2 of 2) sorted by relevance
139 struct alloc_chunk { struct140 struct alloc_chunk *next_free; argument391 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 …]
17366 * 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