Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dthreadmodule.c418 local_dealloc(localobject *self) in local_dealloc() function
499 /* tp_dealloc */ (destructor)local_dealloc,
/external/python/cpython3/Modules/
D_threadmodule.c829 local_dealloc(localobject *self) in local_dealloc() function
913 /* tp_dealloc */ (destructor)local_dealloc,
/external/rust/cxx/macro/src/
Dexpand.rs1143 let local_dealloc = format_ident!("{}dealloc", local_prefix); in expand_rust_box() localVariable
1162 …unsafe extern "C" fn #local_dealloc #impl_generics(ptr: *mut ::std::mem::MaybeUninit<#ident #ty_ge… in expand_rust_box()