Rename LinkerAllocator and LinkerAllocatorPage
Change-Id: I87d80fbcd4ec26c0ee4f601b9c4c64f600418dd9
diff --git a/linker/linker.cpp b/linker/linker.cpp
index 493b035..ea7d637 100644
--- a/linker/linker.cpp
+++ b/linker/linker.cpp
@@ -92,8 +92,8 @@
static ElfW(Addr) get_elf_exec_load_bias(const ElfW(Ehdr)* elf);
-static LinkerAllocator<soinfo> g_soinfo_allocator;
-static LinkerAllocator<LinkedListEntry<soinfo>> g_soinfo_links_allocator;
+static LinkerTypeAllocator<soinfo> g_soinfo_allocator;
+static LinkerTypeAllocator<LinkedListEntry<soinfo>> g_soinfo_links_allocator;
static soinfo* solist;
static soinfo* sonext;