Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_block_allocator.h70 class LinkerTypeAllocator {
72 LinkerTypeAllocator() : block_allocator_(sizeof(T)) {} in LinkerTypeAllocator() function
78 DISALLOW_COPY_AND_ASSIGN(LinkerTypeAllocator);
Dlinker.cpp70 static LinkerTypeAllocator<soinfo> g_soinfo_allocator;
71 static LinkerTypeAllocator<LinkedListEntry<soinfo>> g_soinfo_links_allocator;
/bionic/linker/tests/
Dlinker_block_allocator_test.cpp52 LinkerTypeAllocator<test_struct_nominal> allocator; in TEST()
68 LinkerTypeAllocator<test_struct_small> allocator; in TEST()
79 LinkerTypeAllocator<test_struct_larger> allocator; in TEST()
102 LinkerTypeAllocator<test_struct_larger> allocator; in protect_all()