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

  /frameworks/compile/mclinker/lib/Support/
MemoryAreaFactory.cpp 1 //===- MemoryAreaFactory.cpp ----------------------------------------------===//
9 #include "mcld/Support/MemoryAreaFactory.h"
15 // MemoryAreaFactory
16 MemoryAreaFactory::MemoryAreaFactory(size_t pNum)
24 MemoryAreaFactory::~MemoryAreaFactory()
29 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, int pFlags)
41 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, int pFlags, mode_t pMode)
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryAreaFactory.h 1 //===- MemoryAreaFactory.h ------------------------------------------------===//
26 /** \class MemoryAreaFactory
27 * \brief MemoryAreaFactory avoids creating duplicated MemoryAreas of the
33 * MemoryAreaFactory and get the unique MemoryArea.
39 * file operations, MemoryAreaFactory actually open the file untill the first
45 class MemoryAreaFactory : public UniqueGCFactoryBase<sys::fs::Path, MemoryArea, 0>
48 explicit MemoryAreaFactory(size_t pNum);
49 ~MemoryAreaFactory();

Completed in 269 milliseconds