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

  /frameworks/compile/mclinker/lib/Support/
MemoryRegion.cpp 1 //===- MemoryRegion.cpp ---------------------------------------------------===//
9 #include <mcld/Support/MemoryRegion.h>
14 // MemoryRegion
15 MemoryRegion::MemoryRegion(MemoryArea::Space *pParentSpace,
16 const MemoryRegion::Address pVMAStart,
22 MemoryRegion::~MemoryRegion()
27 void MemoryRegion::drift()
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryRegion.h 1 //===- MemoryRegion.h -----------------------------------------------------===//
26 /** \class MemoryRegion
27 * \brief MemoryRegion is a range of virtual memory which is mapped onto a
31 * mapped memory space by requesting a MemoryRegion from MemoryArea, and
32 * read/write the mapped file through the MemoryRegion.
34 * When two different MemoryRegion may overlap memory space, race condition
35 * may occurs. Clients must call MemoryRegion::sync() explicit to tell the
39 class MemoryRegion : private Uncopyable
51 MemoryRegion(MemoryArea::Space* pParentSpace,
65 ~MemoryRegion();
    [all...]

Completed in 73 milliseconds