HomeSort by relevance Sort by last modified time
    Searched full:heap_block (Results 1 - 5 of 5) sorted by null

  /external/libcxxabi/src/
cxa_vector.cpp 149 char * const heap_block = static_cast<char *> ( alloc ( heap_size )); local
150 char *vec_base = heap_block;
153 st_heap_block2 heap ( dealloc, heap_block );
178 char * const heap_block = static_cast<char *> ( alloc ( heap_size )); local
179 char *vec_base = heap_block;
182 st_heap_block3 heap ( dealloc, heap_block, heap_size );
337 char *heap_block = vec_base - padding_size; local
338 st_heap_block2 heap ( dealloc, heap_block );
358 char *heap_block = vec_base - padding_size; local
361 st_heap_block3 heap ( dealloc, heap_block, heap_block_size )
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_vector.cpp 145 char * const heap_block = static_cast<char *> ( alloc ( heap_size )); local
146 char *vec_base = heap_block;
149 st_heap_block2 heap ( dealloc, heap_block );
174 char * const heap_block = static_cast<char *> ( alloc ( heap_size )); local
175 char *vec_base = heap_block;
178 st_heap_block3 heap ( dealloc, heap_block, heap_size );
333 char *heap_block = vec_base - padding_size; local
334 st_heap_block2 heap ( dealloc, heap_block );
354 char *heap_block = vec_base - padding_size; local
357 st_heap_block3 heap ( dealloc, heap_block, heap_block_size )
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
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); local
255 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);
  /prebuilts/clang/host/linux-x86/3.8/lib/
libc++.so 
  /prebuilts/clang/linux-x86/host/3.6/lib/
libc++.so 

Completed in 197 milliseconds