Home
last modified time | relevance | path

Searched refs:noMap (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/
Dos_SharedMemory.h40 …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.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/os/
Dos_SharedMemory.cpp96 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()