Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_vector.cpp59 class st_heap_block3 { class
63 st_heap_block3 ( dealloc_f dealloc, void *ptr, size_t size ) in st_heap_block3() function in __cxxabiv1::__anon5f2d506b0111::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()