Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/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 …]
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Djcf-write.c285 static struct chunk * alloc_chunk PARAMS ((struct chunk *, unsigned char *,
394 alloc_chunk (last, data, size, work) in alloc_chunk() function
436 state->chunk = alloc_chunk (state->chunk, data, size, state->chunk_obstack);
DChangeLog9159 (alloc_chunk, append_chunk, append_chunk_copy, gen_jcf_label,