Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_mac.cpp92 mi->allocator_ptr = 0; in mi_extra_init()
94 __lsan::GetAllocatorGlobalRange(&(mi->allocator_ptr), &last_byte_plus_one); in mi_extra_init()
95 CHECK_NE(mi->allocator_ptr, 0); in mi_extra_init()
96 CHECK_GT(last_byte_plus_one, mi->allocator_ptr); in mi_extra_init()
97 mi->allocator_size = last_byte_plus_one - (mi->allocator_ptr); in mi_extra_init()
/external/skqp/src/gpu/
DGrAllocator.h436 #define GrNEW_APPEND_TO_ALLOCATOR(allocator_ptr, type_name, args) \ argument
437 new (allocator_ptr) type_name args
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc42 uptr allocator_ptr;
328 mi->allocator_ptr = 0;