HomeSort by: relevance | last modified time | path
    Searched defs:allocation_object (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
alloc-pool.h 162 struct allocation_object struct in class:base_pool_allocator
183 static inline allocation_object*
186 return (allocation_object *)(((char *)(data_ptr))
187 - offsetof (allocation_object,
195 return (void*)(((allocation_object *) instance_ptr)->u.data);
271 size += offsetof (allocation_object, u.data);
364 size = m_elt_size - offsetof (allocation_object, u.data);
398 header = (allocation_pool_list*) allocation_object::get_data (block);
403 ((allocation_object*) block)->id = 0;
420 allocation_object::get_instance (header)->id = m_id
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
alloc-pool.h 162 struct allocation_object struct in class:base_pool_allocator
183 static inline allocation_object*
186 return (allocation_object *)(((char *)(data_ptr))
187 - offsetof (allocation_object,
195 return (void*)(((allocation_object *) instance_ptr)->u.data);
271 size += offsetof (allocation_object, u.data);
364 size = m_elt_size - offsetof (allocation_object, u.data);
398 header = (allocation_pool_list*) allocation_object::get_data (block);
403 ((allocation_object*) block)->id = 0;
420 allocation_object::get_instance (header)->id = m_id
    [all...]

Completed in 24 milliseconds