Searched defs:LinkerTypeAllocator (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker_block_allocator.h39 * This class is a non-template version of the LinkerTypeAllocator
43 * Please use LinkerTypeAllocator<type> where possible (everywhere).
82 class LinkerTypeAllocator { class
84 LinkerTypeAllocator() : block_allocator_(sizeof(T)) {} function in class:LinkerTypeAllocator
90 DISALLOW_COPY_AND_ASSIGN(LinkerTypeAllocator);

Completed in 326 milliseconds