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) */
68 t_BusyBlock *p_BusyBlock; in CreateBusyBlock()71 p_BusyBlock = (t_BusyBlock *)XX_Malloc(sizeof(t_BusyBlock)); in CreateBusyBlock()400 t_BusyBlock *p_CurrBusyB, *p_PrevBusyB; in AddBusy()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()786 t_BusyBlock *p_NewBusyB; in MM_GetForce()843 t_BusyBlock *p_NewBusyB; in MM_GetForceMin()931 t_BusyBlock *p_BusyB, *p_PrevBusyB; in MM_Put()[all …]