Searched refs:CntrlBlk (Results 1 – 1 of 1) sorted by relevance
302 typedef imp::shared_ptr_emplace<T> CntrlBlk; in make_shared() typedef304 r.cntrl_ = new CntrlBlk(); in make_shared()305 r.ptr_ = static_cast<CntrlBlk*>(r.cntrl_)->get(); in make_shared()314 typedef imp::shared_ptr_emplace<T> CntrlBlk; in make_shared() typedef316 r.cntrl_ = new CntrlBlk(a0); in make_shared()317 r.ptr_ = static_cast<CntrlBlk*>(r.cntrl_)->get(); in make_shared()326 typedef imp::shared_ptr_emplace<T> CntrlBlk; in make_shared() typedef328 r.cntrl_ = new CntrlBlk(a0, a1); in make_shared()329 r.ptr_ = static_cast<CntrlBlk*>(r.cntrl_)->get(); in make_shared()338 typedef imp::shared_ptr_emplace<T> CntrlBlk; in make_shared() typedef[all …]