Searched refs:t_BusyBlock (Results 1 – 2 of 2) sorted by relevance
80 typedef struct t_BusyBlock struct82 struct t_BusyBlock *p_Next; /* Pointer to the next free block */ argument88 } t_BusyBlock; argument97 t_BusyBlock *busyBlocks; /* List of busy blocks (Busy list) */
66 static t_BusyBlock * CreateBusyBlock(uint64_t base, uint64_t size, char *name) in CreateBusyBlock()68 t_BusyBlock *p_BusyBlock; in CreateBusyBlock()71 p_BusyBlock = (t_BusyBlock *)XX_Malloc(sizeof(t_BusyBlock)); in CreateBusyBlock()398 static void AddBusy(t_MM *p_MM, t_BusyBlock *p_NewBusyB) in AddBusy()400 t_BusyBlock *p_CurrBusyB, *p_PrevBusyB; in AddBusy()446 t_BusyBlock *p_CurrB, *p_PrevB, *p_NewB; in CutBusy()457 t_BusyBlock *p_NextB; in CutBusy()544 t_BusyBlock *p_NewBusyB; in MmGetGreaterAlignment()657 t_BusyBlock *p_BusyBlock; in MM_Free()706 t_BusyBlock *p_NewBusyB; in MM_Get()[all …]