Searched defs:globals (Results 1 – 3 of 3) sorted by relevance
27 pub mod globals; module
177 let mut globals = AllocGlobal { size: 0, calls: 0 }; in aggregate_global() localVariable
267 static Globals& globals() { in globals() function268 static Globals globals; in globals() local