Searched refs:mp_Used (Results 1 – 2 of 2) sorted by relevance
108 if (bytes > mp->mp_Size - mp->mp_Used) in znalloc()156 mp->mp_Used += bytes; in znalloc()198 mp->mp_Used -= bytes; in zfree()283 mp->mp_Used = bytes; in zextendPool()291 mp->mp_Used += (char *)mp->mp_Base - (char *)base; in zextendPool()297 mp->mp_Used += (char *)base - (char *)pend; in zextendPool()
48 uintptr_t mp_Used; member