Searched refs:heap_block (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/libcxxabi/src/ |
H A D | cxa_vector.cpp | 200 char* const heap_block = static_cast<char*>(alloc(heap_size)); in __cxa_vec_new2() local 201 char* vec_base = heap_block; in __cxa_vec_new2() 204 st_heap_block2 heap(dealloc, heap_block); in __cxa_vec_new2() 229 char* const heap_block = static_cast<char*>(alloc(heap_size)); in __cxa_vec_new3() local 230 char* vec_base = heap_block; in __cxa_vec_new3() 233 st_heap_block3 heap(dealloc, heap_block, heap_size); in __cxa_vec_new3() 388 char *heap_block = vec_base - padding_size; in __cxa_vec_delete2() local 389 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_delete2() 408 char *heap_block = vec_base - padding_size; in __cxa_vec_delete3() local 411 st_heap_block3 heap ( dealloc, heap_block, heap_block_size ); in __cxa_vec_delete3()
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_libdispatch.cpp | 163 dispatch_block_t heap_block = Block_copy(block); \ 166 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); \ 257 dispatch_block_t heap_block = Block_copy(block); in DISPATCH_INTERCEPT_SYNC_F() local 260 AllocContext(thr, pc, queue, heap_block, &invoke_and_release_block); in DISPATCH_INTERCEPT_SYNC_F() 393 dispatch_block_t heap_block = Block_copy(^(void) { in DECLARE_REAL() local 404 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); in DECLARE_REAL() 575 dispatch_block_t heap_block = Block_copy(destructor); in DECLARE_REAL_AND_INTERCEPTOR() local 578 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); in DECLARE_REAL_AND_INTERCEPTOR()
|