Searched refs:p_BusyB (Results 1 – 1 of 1) sorted by relevance
944 while ( p_BusyB && base != p_BusyB->base ) in MM_Put()946 p_PrevBusyB = p_BusyB; in MM_Put()947 p_BusyB = p_BusyB->p_Next; in MM_Put()950 if ( !p_BusyB ) in MM_Put()956 if ( AddFree( p_MM, p_BusyB->base, p_BusyB->end ) != E_OK ) in MM_Put()968 size = p_BusyB->end - p_BusyB->base; in MM_Put()973 XX_Free(p_BusyB); in MM_Put()1132 t_BusyBlock *p_BusyB; in MM_Dump() local1137 while (p_BusyB) in MM_Dump()1139 …XX_Print("\t0x%p: (%s: b=0x%llx, e=0x%llx)\n", p_BusyB, p_BusyB->name, p_BusyB->base, p_BusyB->end… in MM_Dump()[all …]