Searched refs:TotalSize (Results 1 – 2 of 2) sorted by relevance
32 pms->TotalSize = 3; in InstAlloc_Init()56 pms->TotalSize += Size; in InstAlloc_AddMember()73 if (pms->TotalSize > 3) in InstAlloc_GetTotal()75 return(pms->TotalSize); in InstAlloc_GetTotal()91 pms[0].TotalSize = 3; in InstAlloc_InitAll()97 pms[1].TotalSize = 3; in InstAlloc_InitAll()103 pms[2].TotalSize = 3; in InstAlloc_InitAll()109 pms[3].TotalSize = 3; in InstAlloc_InitAll()125 pms[0].TotalSize = 3; in InstAlloc_InitAll_NULL()129 pms[1].TotalSize = 3; in InstAlloc_InitAll_NULL()[all …]
31 … LVM_UINT32 TotalSize; /* Accumulative total memory size */ member