Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_ExpHeap.h134 …void* Allocate(size_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMod…
319 …void* Allocate(size_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMod…
322 return Base::Allocate(byteSize, alignment, groupId, mode, reuse);
526 …eap, bit8 groupId = 0, AllocationMode mode = ExpHeapBase::ALLOCATION_MODE_FIRST_FIT, bool reuse = …
541 …void Initialize(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeap…
545 this->m_GroupId = groupId;
588 void SetGroupId(bit8 groupId) { this->m_GroupId = groupId; } in SetGroupId() argument
/CTR-SDK-4.2.5/include/nn/cec/CTR/
Dcec_Message.h117 u32 groupId,
160 u32 groupId,
203 nn::Result SetGroupID(u32 groupId);
212 return m_MessageHeader.groupId; in GetGroupID()
Dcec_Types.h160 u32 groupId; // member
/CTR-SDK-4.2.5/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()