Home
last modified time | relevance | path

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

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