OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SoinfoListAllocator
(Results
1 - 2
of
2
) sorted by null
/bionic/linker/
linker.h
105
class
SoinfoListAllocator
{
111
DISALLOW_IMPLICIT_CONSTRUCTORS(
SoinfoListAllocator
);
116
typedef LinkedList<soinfo,
SoinfoListAllocator
> soinfo_list_t;
linker.cpp
272
LinkedListEntry<soinfo>*
SoinfoListAllocator
::alloc() {
276
void
SoinfoListAllocator
::free(LinkedListEntry<soinfo>* entry) {
[
all
...]
Completed in 224 milliseconds