Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp589 class TypeBasedAllocator { class
609 TypeBasedAllocator<LoadTask>::free(t); in operator ()()
619 LoadTask* ptr = TypeBasedAllocator<LoadTask>::alloc(); in create()
749 using linked_list_t = LinkedList<T, TypeBasedAllocator<LinkedListEntry<T>>>;
4254 TypeBasedAllocator<LoadTask>::purge(); in purge_unused_memory()