Home
last modified time | relevance | path

Searched refs:ggc_pch_alloc_object (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dggc.h181 extern char *ggc_pch_alloc_object (struct ggc_pch_data *, void *, size_t, bool,
H A Dggc-common.c349 d->new_addr = ggc_pch_alloc_object (state->d, d->obj, d->size, in call_alloc()
H A Dggc-page.c2090 ggc_pch_alloc_object (struct ggc_pch_data *d, void *x ATTRIBUTE_UNUSED, in ggc_pch_alloc_object() function
H A Dggc-zone.c2243 ggc_pch_alloc_object (struct ggc_pch_data *d, void *x, in ggc_pch_alloc_object() function
H A DChangeLog-20063232 (ggc_pch_alloc_object): Likewise.
4194 (ggc_pch_alloc_object): Likewise.
H A DChangeLog-20034188 (ggc_pch_alloc_object): Ditto.
36318 (ggc_pch_alloc_object): Likewise.
36417 (ggc_pch_alloc_object): New.
36441 (ggc_pch_alloc_object): Declare.
H A DChangeLog-200529025 (call_alloc): Update call to ggc_pch_alloc_object.
29031 (ggc_pch_count_object, ggc_pch_alloc_object): Add TYPE argument.
29033 (ggc_pch_alloc_object): Update prototypes.
H A DChangeLog-200447673 (ggc_pch_alloc_object): Handle new large objects properly.