Searched defs:SuballocationType (Results 1 – 1 of 1) sorted by relevance
1072 fn has_granularity_conflict(prev_ty: SuballocationType, ty: AllocationType) -> bool { in allocate()1233 enum SuballocationType { enum1240 impl From<AllocationType> for SuballocationType { implementation