Lines Matching refs:t_MM
175 static t_Error AddFree(t_MM *p_MM, uint64_t base, uint64_t end) in AddFree()
307 static t_Error CutFree(t_MM *p_MM, uint64_t holdBase, uint64_t holdEnd) in CutFree()
398 static void AddBusy(t_MM *p_MM, t_BusyBlock *p_NewBusyB) in AddBusy()
444 static t_Error CutBusy(t_MM *p_MM, uint64_t base, uint64_t end) in CutBusy()
541 static uint64_t MmGetGreaterAlignment(t_MM *p_MM, uint64_t size, uint64_t alignment, char* name) in MmGetGreaterAlignment()
598 t_MM *p_MM; in MM_Init()
608 p_MM = (t_MM *)XX_Malloc(sizeof(t_MM)); in MM_Init()
655 t_MM *p_MM = (t_MM *)h_MM; in MM_Free()
704 t_MM *p_MM = (t_MM *)h_MM; in MM_Get()
784 t_MM *p_MM = (t_MM *)h_MM; in MM_GetForce()
841 t_MM *p_MM = (t_MM *)h_MM; in MM_GetForceMin()
930 t_MM *p_MM = (t_MM *)h_MM; in MM_Put()
982 t_MM *p_MM = (t_MM *)h_MM; in MM_PutForce()
1013 t_MM *p_MM = (t_MM *)h_MM; in MM_Add()
1073 t_MM *p_MM = (t_MM*)h_MM; in MM_GetMemBlock()
1092 t_MM *p_MM = (t_MM*)h_MM; in MM_GetBase()
1104 t_MM *p_MM = (t_MM*)h_MM; in MM_InRange()
1120 t_MM *p_MM = (t_MM*)h_MM; in MM_GetFreeMemSize()
1130 t_MM *p_MM = (t_MM *)h_MM; in MM_Dump()