Searched refs:INFO_REF_SIZE (Results 1 – 2 of 2) sorted by relevance
100 #define INFO_REF_SIZE(ip) (INFO_TAGGED(ip)? 4: (ip)->size) macro101 #define INFO_ELEMENT_SIZE(ip) INFO_REF_SIZE(ip)
385 ref_size = INFO_REF_SIZE(elt_info); in init_slots()