Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp831 class TypeBasedAllocator { class
846 TypeBasedAllocator<LoadTask>::free(t); in operator ()()
855 LoadTask* ptr = TypeBasedAllocator<LoadTask>::alloc(); in create()
879 using linked_list_t = LinkedList<T, TypeBasedAllocator<LinkedListEntry<T>>>;