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

  /frameworks/compile/mclinker/include/mcld/Support/
MemoryAreaFactory.h 1 //===- MemoryAreaFactory.h ------------------------------------------------===//
23 /** \class MemoryAreaFactory
24 * \brief MemoryAreaFactory avoids creating duplicated MemoryAreas of the
30 * MemoryAreaFactory and get the unique MemoryArea.
36 * file operations, MemoryAreaFactory actually open the file untill the first
41 class MemoryAreaFactory : public GCFactory<MemoryArea, 0>
44 explicit MemoryAreaFactory(size_t pNum);
46 virtual ~MemoryAreaFactory();
  /frameworks/compile/mclinker/lib/Support/
MemoryAreaFactory.cpp 1 //===- MemoryAreaFactory.cpp ----------------------------------------------===//
9 #include <mcld/Support/MemoryAreaFactory.h>
17 // MemoryAreaFactory
19 MemoryAreaFactory::MemoryAreaFactory(size_t pNum)
23 MemoryAreaFactory::~MemoryAreaFactory()
35 MemoryAreaFactory::produce(const sys::fs::Path& pPath,
58 MemoryAreaFactory::produce(const sys::fs::Path& pPath,
81 MemoryArea* MemoryAreaFactory::produce(void* pMemBuffer, size_t pSize
    [all...]

Completed in 195 milliseconds