Home
last modified time | relevance | path

Searched refs:get_thread_local_alloc_id (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/src/
H A Dthread.rs250 fn get_thread_local_alloc_id(&self, def_id: DefId) -> Option<Pointer<Tag>> { in get_thread_local_alloc_id() method
563 if let Some(old_alloc) = this.machine.threads.get_thread_local_alloc_id(def_id) { in get_or_create_thread_local_alloc()