Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_vector.cpp147 char * const heap_block = static_cast<char *> ( alloc ( heap_size )); in __cxa_vec_new2() local
148 char *vec_base = heap_block; in __cxa_vec_new2()
151 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_new2()
175 char * const heap_block = static_cast<char *> ( alloc ( heap_size )); in __cxa_vec_new3() local
176 char *vec_base = heap_block; in __cxa_vec_new3()
179 st_heap_block3 heap ( dealloc, heap_block, heap_size ); in __cxa_vec_new3()
334 char *heap_block = vec_base - padding_size; in __cxa_vec_delete2() local
335 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_delete2()
354 char *heap_block = vec_base - padding_size; in __cxa_vec_delete3() local
357 st_heap_block3 heap ( dealloc, heap_block, heap_block_size ); in __cxa_vec_delete3()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc135 dispatch_block_t heap_block = Block_copy(block); \
138 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); \
150 dispatch_block_t heap_block = Block_copy(block); \
153 q, heap_block, &invoke_and_release_block, false, true, barrier, 0}; \
204 dispatch_block_t heap_block = Block_copy(block); in DISPATCH_INTERCEPT_B() local
207 AllocContext(thr, pc, queue, heap_block, &invoke_and_release_block); in DISPATCH_INTERCEPT_B()
334 dispatch_block_t heap_block = Block_copy(^(void) { in TSAN_INTERCEPTOR() local
345 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); in TSAN_INTERCEPTOR()
495 dispatch_block_t heap_block = Block_copy(destructor); in DECLARE_REAL_AND_INTERCEPTOR() local
498 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); in DECLARE_REAL_AND_INTERCEPTOR()