Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_vector.cpp47 : dealloc_ ( dealloc ), ptr_ ( ptr ), enabled_ ( true ) {} in st_heap_block2()
48 ~st_heap_block2 () { if ( enabled_ ) dealloc_ ( ptr_ ) ; } in ~st_heap_block2()
49 void release () { enabled_ = false; } in release()
54 bool enabled_; member in __cxxabiv1::__anond7300d6e0111::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()
64 void release () { enabled_ = false; } in release()
70 bool enabled_; member in __cxxabiv1::__anond7300d6e0111::st_heap_block3
79 destructor_ ( destructor ), enabled_ ( true ) {} in st_cxa_cleanup()
81 if ( enabled_ ) in ~st_cxa_cleanup()
[all …]