Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
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()
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 …]
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