Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dalloc-pool.h162 struct allocation_object struct
183 static inline allocation_object* argument
186 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
187 - offsetof (allocation_object, in get_instance()
195 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
271 size += offsetof (allocation_object, u.data); in initialize()
364 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
398 header = (allocation_pool_list*) allocation_object::get_data (block); in allocate()
403 ((allocation_object*) block)->id = 0; in allocate()
420 allocation_object::get_instance (header)->id = m_id; in allocate()
[all …]
H A DChangeLog-201631469 * alloc-pool.h (struct allocation_object): Make id member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dalloc-pool.h162 struct allocation_object struct
183 static inline allocation_object* argument
186 return (allocation_object *)(((char *)(data_ptr)) in get_instance() argument
187 - offsetof (allocation_object, in get_instance()
195 return (void*)(((allocation_object *) instance_ptr)->u.data); in get_data() argument
271 size += offsetof (allocation_object, u.data); in initialize()
364 size = m_elt_size - offsetof (allocation_object, u.data); in allocate()
398 header = (allocation_pool_list*) allocation_object::get_data (block); in allocate()
403 ((allocation_object*) block)->id = 0; in allocate()
420 allocation_object::get_instance (header)->id = m_id; in allocate()
[all …]