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()982 VALGRIND_DISCARD (VALGRIND_MAKE_WRITABLE (chunk, sizeof (struct alloc_chunk))); in free_chunk()985 VALGRIND_DISCARD (VALGRIND_MAKE_NOACCESS (ptr + sizeof (struct alloc_chunk), in free_chunk()986 size - sizeof (struct alloc_chunk))); in free_chunk()990 VALGRIND_DISCARD (VALGRIND_MAKE_WRITABLE (chunk, sizeof (struct alloc_chunk *))); in free_chunk()992 VALGRIND_DISCARD (VALGRIND_MAKE_NOACCESS (ptr + sizeof (struct alloc_chunk *), in free_chunk()993 size - sizeof (struct alloc_chunk *))); in free_chunk()[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