Searched refs:dealloc_ (Results 1 – 1 of 1) sorted by relevance
49 : dealloc_ ( dealloc ), ptr_ ( ptr ), enabled_ ( true ) {} in st_heap_block2()50 ~st_heap_block2 () { if ( enabled_ ) dealloc_ ( ptr_ ) ; } in ~st_heap_block2()54 dealloc_f dealloc_; member in __cxxabiv1::__anon5f2d506b0111::st_heap_block264 : dealloc_ ( dealloc ), ptr_ ( ptr ), size_ ( size ), enabled_ ( true ) {} in st_heap_block3()65 ~st_heap_block3 () { if ( enabled_ ) dealloc_ ( ptr_, size_ ) ; } in ~st_heap_block3()69 dealloc_f dealloc_; member in __cxxabiv1::__anon5f2d506b0111::st_heap_block3