Searched refs:heap_block (Results 1 – 2 of 2) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_vector.cpp | 149 char * const heap_block = static_cast<char *> ( alloc ( heap_size )); in __cxa_vec_new2() local 150 char *vec_base = heap_block; in __cxa_vec_new2() 153 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_new2() 178 char * const heap_block = static_cast<char *> ( alloc ( heap_size )); in __cxa_vec_new3() local 179 char *vec_base = heap_block; in __cxa_vec_new3() 182 st_heap_block3 heap ( dealloc, heap_block, heap_size ); in __cxa_vec_new3() 337 char *heap_block = vec_base - padding_size; in __cxa_vec_delete2() local 338 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_delete2() 358 char *heap_block = vec_base - padding_size; in __cxa_vec_delete3() local 361 st_heap_block3 heap ( dealloc, heap_block, heap_block_size ); in __cxa_vec_delete3()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_libdispatch_mac.cc | 114 dispatch_block_t heap_block = Block_copy(block); \ 117 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); \ 252 dispatch_block_t heap_block = Block_copy(block); in TSAN_INTERCEPTOR() local 255 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); in TSAN_INTERCEPTOR()
|