OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MemoryAreaFactory
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/Support/
MemoryAreaFactory.h
1
//===-
MemoryAreaFactory
.h ------------------------------------------------===//
20
/** \class
MemoryAreaFactory
21
* \brief
MemoryAreaFactory
avoids creating duplicated MemoryAreas of the
27
*
MemoryAreaFactory
and get the unique MemoryArea.
33
* file operations,
MemoryAreaFactory
actually open the file untill the first
38
class
MemoryAreaFactory
: public GCFactory<MemoryArea, 0> {
40
explicit
MemoryAreaFactory
(size_t pNum);
42
virtual ~
MemoryAreaFactory
();
/frameworks/compile/mclinker/lib/Support/
MemoryAreaFactory.cpp
1
//===-
MemoryAreaFactory
.cpp ----------------------------------------------===//
9
#include "mcld/Support/
MemoryAreaFactory
.h"
16
//
MemoryAreaFactory
18
MemoryAreaFactory
::
MemoryAreaFactory
(size_t pNum)
22
MemoryAreaFactory
::~
MemoryAreaFactory
() {
25
MemoryArea*
MemoryAreaFactory
::produce(const sys::fs::Path& pPath,
38
MemoryArea*
MemoryAreaFactory
::produce(const sys::fs::Path& pPath,
52
MemoryArea*
MemoryAreaFactory
::produce(void* pMemBuffer, size_t pSize)
[
all
...]
Completed in 2392 milliseconds