Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_vector.cpp56 : dealloc_ ( dealloc ), ptr_ ( ptr ), enabled_ ( true ) {} in st_heap_block2()
57 ~st_heap_block2 () { if ( enabled_ ) dealloc_ ( ptr_ ) ; } in ~st_heap_block2()
61 dealloc_f dealloc_; member in __cxxabiv1::__anon3524239a0111::st_heap_block2
71 : dealloc_ ( dealloc ), ptr_ ( ptr ), size_ ( size ), enabled_ ( true ) {} in st_heap_block3()
72 ~st_heap_block3 () { if ( enabled_ ) dealloc_ ( ptr_, size_ ) ; } in ~st_heap_block3()
76 dealloc_f dealloc_; member in __cxxabiv1::__anon3524239a0111::st_heap_block3