Searched defs:MemoryRegion (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
H A Dmapped-file.h38 struct MemoryRegion { struct in namespace:fst
76 explicit MappedFile(const MemoryRegion &region);
78 MemoryRegion region_;
/external/qemu/include/qemu/
H A Dtypedefs.h25 typedef struct MemoryRegion MemoryRegion; typedef in typeref:struct:MemoryRegion
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.cpp114 class MemoryRegion { class in namespace:blink
116 MemoryRegion(Address base, size_t size) function in class:blink::MemoryRegion
129 bool contains(const MemoryRegion& other) const
188 class PageMemoryRegion : public MemoryRegion {
233 MemoryRegion(base, alignedBase - base).release();
237 MemoryRegion(regionEnd, end - regionEnd).release();
284 : MemoryRegion(base, size)
325 return new PageMemory(region, MemoryRegion(payloadAddress, payloadSize));
352 PageMemory(PageMemoryRegion* reserved, const MemoryRegion& writable)
367 MemoryRegion m_writabl
[all...]

Completed in 905 milliseconds