Searched refs:LinkerTypeAllocator (Results 1 – 3 of 3) sorted by relevance
86 class LinkerTypeAllocator {88 LinkerTypeAllocator() : block_allocator_(sizeof(T)) {} in LinkerTypeAllocator() function94 DISALLOW_COPY_AND_ASSIGN(LinkerTypeAllocator);
64 LinkerTypeAllocator<test_struct_nominal> allocator; in TEST()82 LinkerTypeAllocator<test_struct_small> allocator; in TEST()95 LinkerTypeAllocator<test_struct_larger> allocator; in TEST()120 LinkerTypeAllocator<test_struct_larger> allocator; in protect_all()
84 static LinkerTypeAllocator<soinfo> g_soinfo_allocator;85 static LinkerTypeAllocator<LinkedListEntry<soinfo>> g_soinfo_links_allocator;87 static LinkerTypeAllocator<android_namespace_t> g_namespace_allocator;88 static LinkerTypeAllocator<LinkedListEntry<android_namespace_t>> g_namespace_list_allocator;