HomeSort by relevance Sort by last modified time
    Searched refs:SoinfoListAllocator (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker.h 113 class SoinfoListAllocator {
120 DISALLOW_IMPLICIT_CONSTRUCTORS(SoinfoListAllocator);
184 typedef LinkedList<soinfo, SoinfoListAllocator> soinfo_list_t;
linker.cpp 359 LinkedListEntry<soinfo>* SoinfoListAllocator::alloc() {
363 void SoinfoListAllocator::free(LinkedListEntry<soinfo>* entry) {
    [all...]

Completed in 447 milliseconds