Searched refs:noMap (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/os/ |
| D | os_SharedMemory.h | 40 …y = false, bool otherReadOnly = false, bool noMap = false) { Initialize(size, otherReadOnly, readO… 42 …void Initialize(size_t size, bool readOnly = false, bool otherReadOnly = false, bool noMap = false… 44 …Result TryInitialize(size_t size, bool readOnly = false, bool otherReadOnly = false, bool noMap = … 74 …Allocate(nnosSharedMemoryBlock* this_, size_t size, bool readOnly, bool otherReadOnly, bool noMap);
|
| /CTR-SDK-0.14.4/sources/libraries/os/ |
| D | os_SharedMemory.cpp | 96 Result SharedMemoryBlock::TryInitialize(size_t size, bool readOnly, bool otherReadOnly, bool noMap) in TryInitialize() argument 108 if (!noMap) in TryInitialize() 115 void SharedMemoryBlock::Initialize(size_t size, bool readOnly, bool otherReadOnly, bool noMap) in Initialize() argument 117 NN_ERR_THROW_FATAL(TryInitialize(size, readOnly, otherReadOnly, noMap)); in Initialize() 162 …kAllocate(nnosSharedMemoryBlock* this_, size_t size, bool readOnly, bool otherReadOnly, bool noMap) in nnosSharedMemoryBlockAllocate() argument 164 new (this_) SharedMemoryBlock(size, readOnly, otherReadOnly, noMap); in nnosSharedMemoryBlockAllocate()
|