Home
last modified time | relevance | path

Searched refs:groupId (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/
Dfnd_ExpHeap.h132 …void* Allocate(size_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMod…
315 …void* Allocate(size_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMod…
318 return Base::Allocate(byteSize, alignment, groupId, mode, reuse);
522 …eap, bit8 groupId = 0, AllocationMode mode = ExpHeapBase::ALLOCATION_MODE_FIRST_FIT, bool reuse = …
537 …void Initialize(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeap…
541 this->m_GroupId = groupId;
584 void SetGroupId(bit8 groupId) { this->m_GroupId = groupId; } in SetGroupId() argument
/CTR-SDK-1.0.0/CTR_SDK/include/nn/cec/CTR/
Dcec_Message.h124 TitleId cecTitleId, u32 groupId,
152 TitleId cecTitleId, u32 groupId,
191 nn::Result SetGroupID(u32 groupId);
Dcec_Types.h115 u32 groupId; //!< Title固有サブID member
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/
Dfnd_ExpHeap.cpp55 void* ExpHeapBase::Allocate(size_t byteSize, s32 alignment, bit8 groupId, AllocationMode mode, bool… in Allocate() argument
57 detail::SetGroupIDForHeap(&m_ExpHeapImpl, groupId); in Allocate()