Searched refs:groupId (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/ |
| D | fnd_ExpHeap.h | 132 …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/ |
| D | cec_Message.h | 124 TitleId cecTitleId, u32 groupId, 152 TitleId cecTitleId, u32 groupId, 191 nn::Result SetGroupID(u32 groupId);
|
| D | cec_Types.h | 115 u32 groupId; //!< Title固有サブID member
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/ |
| D | fnd_ExpHeap.cpp | 55 void* ExpHeapBase::Allocate(size_t byteSize, s32 alignment, bit8 groupId, AllocationMode mode, bool… in Allocate() argument 57 detail::SetGroupIDForHeap(&m_ExpHeapImpl, groupId); in Allocate()
|