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()134 BionicAllocator& allocator = __libc_shared_globals()->tls_allocator; in __libc_iterate_dynamic_tls()
229 BionicAllocator& allocator = __libc_shared_globals()->tls_allocator; in update_tls_dtv()302 mod_ptr = __libc_shared_globals()->tls_allocator.memalign(segment.alignment, segment.size); in tls_get_addr_slow_path()349 BionicAllocator& allocator = __libc_shared_globals()->tls_allocator; in __free_dynamic_tls()
96 BionicAllocator tls_allocator; member