Searched refs:PointerList (Results 1 – 1 of 1) sorted by relevance
15 struct PointerList { struct16 PointerList* Next = nullptr; argument78 PointerList *Start = nullptr; in BM_AllocateOnly()81 PointerList* p = (PointerList*)AllocWrapper::Allocate(alloc_size); in BM_AllocateOnly()87 PointerList *Next = Start; in BM_AllocateOnly()89 PointerList *Tmp = Next; in BM_AllocateOnly()