Searched defs:AllocatorLog (Results 1 – 2 of 2) sorted by relevance
13 pub struct AllocatorLog { struct17 pub type_: AllocatorLogType, argument30 impl AllocatorLog { argument103 impl PartialOrd for AllocatorLog { implementation109 impl Ord for AllocatorLog { implementation184 fn new_element(&self) -> AllocatorLog { in new_element()188 fn recycle(&self, element: &mut AllocatorLog) { in recycle()
85 fn handle_logs(&self, logs_set: &mut LogSet<usize, ObjectWrapper<AllocatorLog>>) { in handle_logs()