Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/linker/
H A Dlinker.cpp89 static LinkerTypeAllocator<soinfo> g_soinfo_allocator; variable
322 soinfo* si = new (g_soinfo_allocator.alloc()) soinfo(ns, name, file_stat, in soinfo_alloc()
363 g_soinfo_allocator.free(si); in soinfo_free()
482 g_soinfo_allocator.protect_all(protection); in protect_data()