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

/freebsd-9.3-release/contrib/gcc/
H A Dalloc-pool.c50 } allocation_object; typedef in typeref:struct:allocation_object_def
52 /* Convert a pointer to allocation_object from a pointer to user data. */
54 ((allocation_object *) (((char *) (X)) \
55 - offsetof (allocation_object, u.data)))
57 /* Convert a pointer to user data from a pointer to allocation_object. */
59 ((void *) (((allocation_object *) (X))->u.data))
139 size += offsetof (allocation_object, u.data);
260 ((allocation_object *) block)->id = 0;
295 memset (ptr, 0xaf, pool->elt_size - offsetof (allocation_object, u.data));

Completed in 48 milliseconds