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

/bionic/linker/
H A Dlinker.cpp77 static LinkerTypeAllocator<soinfo> g_soinfo_allocator; variable
289 soinfo* si = new (g_soinfo_allocator.alloc()) soinfo(ns, name, file_stat,
328 g_soinfo_allocator.free(si);
508 g_soinfo_allocator.protect_all(protection);

Completed in 4042 milliseconds