Home
last modified time | relevance | path

Searched defs:global_alloc (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/python/
Dprotobuf.c238 static upb_alloc* global_alloc = &trim_alloc; variable
/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dmod.rs613 pub fn global_alloc(self, id: AllocId) -> GlobalAlloc<'tcx> { in global_alloc() method