Searched refs:allocator_ptr (Results 1 – 3 of 3) sorted by relevance
92 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()
436 #define GrNEW_APPEND_TO_ALLOCATOR(allocator_ptr, type_name, args) \ argument437 new (allocator_ptr) type_name args
42 uptr allocator_ptr;328 mi->allocator_ptr = 0;