OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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