Searched refs:mp_Used (Results 1 – 2 of 2) sorted by relevance
109 if (bytes > mp->mp_Size - mp->mp_Used) in znalloc()157 mp->mp_Used += bytes; in znalloc()199 mp->mp_Used -= bytes; in zfree()284 mp->mp_Used = bytes; in zextendPool()292 mp->mp_Used += (char *)mp->mp_Base - (char *)base; in zextendPool()298 mp->mp_Used += (char *)base - (char *)pend; in zextendPool()
49 uintptr_t mp_Used; member