D | cxa_vector.cpp | 47 : dealloc_ ( dealloc ), ptr_ ( ptr ), enabled_ ( true ) {} in st_heap_block2() 48 ~st_heap_block2 () { if ( enabled_ ) dealloc_ ( ptr_ ) ; } in ~st_heap_block2() 53 void *ptr_; member in __cxxabiv1::__anond83136650111::st_heap_block2 62 : 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() 68 void *ptr_; member in __cxxabiv1::__anond83136650111::st_heap_block3 78 : ptr_ ( ptr ), idx_ ( idx ), element_size_ ( element_size ), in st_cxa_cleanup() 82 __cxa_vec_cleanup ( ptr_, idx_, element_size_, destructor_ ); in ~st_cxa_cleanup() 88 void *ptr_; member in __cxxabiv1::__anond83136650111::st_cxa_cleanup
|