Searched refs:dealloc (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_vector.cpp | 46 st_heap_block2 ( dealloc_f dealloc, void *ptr ) in st_heap_block2() argument 47 : dealloc_ ( dealloc ), ptr_ ( ptr ), enabled_ ( true ) {} in st_heap_block2() 61 st_heap_block3 ( dealloc_f dealloc, void *ptr, size_t size ) in st_heap_block3() argument 62 : dealloc_ ( dealloc ), ptr_ ( ptr ), size_ ( size ), enabled_ ( true ) {} in st_heap_block3() 142 void* (*alloc)(size_t), void (*dealloc)(void*) ) { in __cxa_vec_new2() 149 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_new2() 171 void* (*alloc)(size_t), void (*dealloc)(void*, size_t) ) { in __cxa_vec_new3() 178 st_heap_block3 heap ( dealloc, heap_block, heap_size ); in __cxa_vec_new3() 329 void (*destructor)(void*), void (*dealloc)(void*) ) { in __cxa_vec_delete2() 334 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_delete2() [all …]
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | cxxabi_vec.cc | 50 scoped_block(void* ptr, size_t size, dealloc2_func dealloc) in scoped_block() argument 51 : ptr_(ptr), size_(size), dealloc_(dealloc) {} in scoped_block() 135 dealloc_func dealloc) { in __cxa_vec_new2() argument 142 reinterpret_cast<dealloc2_func>(dealloc)); in __cxa_vec_new2() 151 dealloc2_func dealloc) { in __cxa_vec_new3() argument 172 scoped_block block(base, size, dealloc); in __cxa_vec_new3() 296 dealloc_func dealloc) { in __cxa_vec_delete2() argument 300 reinterpret_cast<dealloc2_func>(dealloc)); in __cxa_vec_delete2() 312 dealloc2_func dealloc) { in __cxa_vec_delete3() argument 321 dealloc(base, 0); in __cxa_vec_delete3() [all …]
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cxxabi.h | 163 void (*dealloc)(void*)); 171 void (*dealloc)(void*, size_t)); 199 void (*dealloc)(void*)); 205 void (*dealloc) (void*, size_t)); 281 void (*dealloc)(void*, size_t)); 284 void (*dealloc)(void*, size_t));
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | cxxabi.h | 97 void (*dealloc)(void*)); 105 void (*dealloc)(void*, size_t)); 132 void (*dealloc)(void*)); 138 void (*dealloc)(void*, size_t));
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
D | sp_counted_impl.hpp | 109 quick_allocator<this_type>::dealloc( p ); in operator delete() 179 quick_allocator<this_type>::dealloc( p ); in operator delete()
|