Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dalloc-pool.h160 struct allocation_object struct
181 static inline allocation_object* argument
184 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
193 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
/dragonfly/contrib/gcc-4.7/gcc/
H A Dalloc-pool.c49 } allocation_object; typedef