Searched refs:tls_allocator (Results 1 – 2 of 2) sorted by relevance
228 BionicAllocator& allocator = __libc_shared_globals()->tls_allocator; in update_tls_dtv()295 mod_ptr = __libc_shared_globals()->tls_allocator.memalign(segment.alignment, segment.size); in tls_get_addr_slow_path()336 BionicAllocator& allocator = __libc_shared_globals()->tls_allocator; in __free_dynamic_tls()
94 BionicAllocator tls_allocator; member