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

  /bionic/linker/
linker.h 123 class NamespaceListAllocator {
130 DISALLOW_IMPLICIT_CONSTRUCTORS(NamespaceListAllocator);
185 typedef LinkedList<android_namespace_t, NamespaceListAllocator> android_namespace_list_t;
linker.cpp 367 LinkedListEntry<android_namespace_t>* NamespaceListAllocator::alloc() {
371 void NamespaceListAllocator::free(LinkedListEntry<android_namespace_t>* entry) {
    [all...]

Completed in 437 milliseconds