Searched refs:tls_allocator (Results 1 – 3 of 3) sorted by relevance
66 BionicAllocator& allocator = __libc_shared_globals()->tls_allocator; in __libc_register_thread_exit_callback()133 BionicAllocator& allocator = __libc_shared_globals()->tls_allocator; in __libc_iterate_dynamic_tls()
303 BionicAllocator& allocator = __libc_shared_globals()->tls_allocator; in update_tls_dtv()379 mod_ptr = __libc_shared_globals()->tls_allocator.memalign(segment.aligned_size.align.value, in tls_get_addr_slow_path()428 BionicAllocator& allocator = __libc_shared_globals()->tls_allocator; in __free_dynamic_tls()
112 BionicAllocator tls_allocator; member