Atlas Runtime
|
This is the complete list of members for Atlas::PRegionMgr, including all inherited members.
allocMem(size_t sz, region_id_t rid, bool does_need_cache_line_alignment, bool does_need_logging) const | Atlas::PRegionMgr | inline |
allocMemCacheLineAligned(size_t sz, region_id_t rid, bool should_log) const | Atlas::PRegionMgr | inline |
allocMemWithoutLogging(size_t sz, region_id_t rid) const | Atlas::PRegionMgr | inline |
callocMem(size_t nmemb, size_t sz, region_id_t) const | Atlas::PRegionMgr | inline |
closePRegion(region_id_t, bool is_deleting=false) | Atlas::PRegionMgr | |
createInstance() | Atlas::PRegionMgr | inlinestatic |
createPRegion(const char *name, int flags) | Atlas::PRegionMgr | |
deleteForcefullyAllPRegions() | Atlas::PRegionMgr | |
deleteForcefullyPRegion(const char *name) | Atlas::PRegionMgr | |
deleteInstance() | Atlas::PRegionMgr | inlinestatic |
deleteMem(void *ptr, bool should_log=true) const | Atlas::PRegionMgr | |
deletePRegion(const char *name) | Atlas::PRegionMgr | |
dumpDebugInfo() const | Atlas::PRegionMgr | inline |
ensurePRegionMapped(void *addr) | Atlas::PRegionMgr | |
findOrCreatePRegion(const char *name, int flags, int *is_created=nullptr) | Atlas::PRegionMgr | |
findPRegion(const char *name, int flags, bool is_in_recovery=false) | Atlas::PRegionMgr | |
freeMem(void *ptr, bool should_log=true) const | Atlas::PRegionMgr | |
freeMemImpl(region_id_t rgn_id, void *ptr, bool should_log) const | Atlas::PRegionMgr | |
getInstance() | Atlas::PRegionMgr | inlinestatic |
getOpenPRegionId(const void *addr, size_t sz) const | Atlas::PRegionMgr | |
getPRegion(region_id_t rid) const | Atlas::PRegionMgr | inline |
getPRegionRoot(region_id_t) const | Atlas::PRegionMgr | inline |
hasInstance() | Atlas::PRegionMgr | inlinestatic |
isInOpenPRegion(const void *addr, size_t sz) const | Atlas::PRegionMgr | inline |
reallocMem(void *, size_t, region_id_t) const | Atlas::PRegionMgr | inline |
searchPRegion(const char *name) const | Atlas::PRegionMgr | |
setPRegionRoot(region_id_t, void *new_root) const | Atlas::PRegionMgr |