Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dalloc-pool.c50 } allocation_object; typedef
54 ((allocation_object *) (((char *) (X)) \
55 - offsetof (allocation_object, u.data)))
59 ((void *) (((allocation_object *) (X))->u.data))
139 size += offsetof (allocation_object, u.data); in create_alloc_pool()
260 ((allocation_object *) block)->id = 0; in pool_alloc()
295 memset (ptr, 0xaf, pool->elt_size - offsetof (allocation_object, u.data)); in pool_free()