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

/bionic/linker/
H A Dlinker.cpp84 static LinkerAllocator<soinfo> g_soinfo_allocator; variable
283 g_soinfo_allocator.protect_all(protection);
293 soinfo* si = g_soinfo_allocator.alloc();
347 g_soinfo_allocator.free(si);

Completed in 101 milliseconds