Home
last modified time | relevance | path

Searched defs:tail (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-2.4.0/include/nn/fnd/detail/
Dfnd_DetailHeapHead.h75 NNSiFndExpHeapMBlockHead* tail; // Pointer to memory linked to the end of the list member
/CTR-SDK-2.4.0/include/nn/fnd/
Dfnd_FrameHeap.h122 explicit State(uptr head, uptr tail) : m_Head(head), m_Tail(tail) {} in State()