Searched refs:st_heap_block3 (Results 1 – 2 of 2) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_vector.cpp | 59 class st_heap_block3 { class 63 st_heap_block3 ( dealloc_f dealloc, void *ptr, size_t size ) in st_heap_block3() function in __cxxabiv1::__anonb390c6530111::st_heap_block3 65 ~st_heap_block3 () { if ( enabled_ ) dealloc_ ( ptr_, size_ ) ; } in ~st_heap_block3() 179 st_heap_block3 heap ( dealloc, heap_block, heap_size ); in __cxa_vec_new3() 357 st_heap_block3 heap ( dealloc, heap_block, heap_block_size ); in __cxa_vec_delete3()
|
/external/llvm-project/libcxxabi/src/ |
D | cxa_vector.cpp | 66 class st_heap_block3 { class 70 st_heap_block3 ( dealloc_f dealloc, void *ptr, size_t size ) in st_heap_block3() function in __cxxabiv1::__anon724d54010111::st_heap_block3 72 ~st_heap_block3 () { if ( enabled_ ) dealloc_ ( ptr_, size_ ) ; } in ~st_heap_block3() 233 st_heap_block3 heap(dealloc, heap_block, heap_size); in __cxa_vec_new3() 411 st_heap_block3 heap ( dealloc, heap_block, heap_block_size ); in __cxa_vec_delete3()
|