Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp70 static LinkerTypeAllocator<soinfo> g_soinfo_allocator; variable
235 soinfo* si = new (g_soinfo_allocator.alloc()) soinfo(name, file_stat, file_offset, rtld_flags); in soinfo_alloc()
281 g_soinfo_allocator.free(si); in soinfo_free()
802 g_soinfo_allocator.protect_all(protection); in protect_data()