Searched refs:dealloc_ (Results 1 – 2 of 2) sorted by relevance
47 : dealloc_ ( dealloc ), ptr_ ( ptr ), enabled_ ( true ) {} in st_heap_block2()48 ~st_heap_block2 () { if ( enabled_ ) dealloc_ ( ptr_ ) ; } in ~st_heap_block2()52 dealloc_f dealloc_; member in __cxxabiv1::__anond7300d6e0111::st_heap_block262 : dealloc_ ( dealloc ), ptr_ ( ptr ), size_ ( size ), enabled_ ( true ) {} in st_heap_block3()63 ~st_heap_block3 () { if ( enabled_ ) dealloc_ ( ptr_, size_ ) ; } in ~st_heap_block3()67 dealloc_f dealloc_; member in __cxxabiv1::__anond7300d6e0111::st_heap_block3
51 : ptr_(ptr), size_(size), dealloc_(dealloc) {} in scoped_block()54 if (dealloc_) in ~scoped_block()55 dealloc_(ptr_, size_); in ~scoped_block()59 dealloc_ = 0; in release()65 dealloc2_func dealloc_; member in __anon8c942adf0111::scoped_block