Searched refs:m_free (Results 1 - 9 of 9) sorted by relevance
| /ast/src/lib/libast/disc/ |
| H A D | memfatal.c | 62 error(ERROR_SYSTEM|3, "storage allocator out of space on %lu byte request ( region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu )", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_free, st.m_free);
|
| /ast/src/lib/libast/vmalloc/ |
| H A D | vmstat.c | 67 st->s_busy = st->s_free = st->m_busy = st->m_free = 0; 93 { if(s > st->m_free) 94 st->m_free = s; 136 st->s_free = (st->m_free = vd->pool)*st->n_free;
|
| H A D | malloc.c | 313 st->m_free += vmst.m_free;
|
| H A D | vmdebug.c | 716 bufp = (*_Vmstrcpy)(bufp, " m_free", '='); 717 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.m_free),-1), '\n');
|
| /ast/src/lib/libcmd/ |
| H A D | vmstate.c | 110 *pn = state->vs.m_free;
|
| /ast/src/lib/libast/include/ |
| H A D | vmalloc.h | 52 size_t m_free; /* largest free piece */ member in struct:_vmstat_s
|
| /ast/src/lib/libpz/ |
| H A D | pzopen.c | 52 (*pz->disc->errorf)(pz, pz->disc, ERROR_SYSTEM|2, "storage allocator out of space on %lu byte request ( region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu )", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_free, st.m_free);
|
| /ast/src/cmd/nmake/ |
| H A D | main.c | 985 error(0, "vm region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu", vs.extent, vs.n_seg, vs.n_busy, vs.s_busy, vs.m_busy, vs.n_free, vs.s_free, vs.m_free);
|
| /ast/src/cmd/mailx/ |
| H A D | imap.c | 1671 note(ERROR, "imap: storage allocator out of space on %lu byte request ( region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu )", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_free, st.m_free);
|
Completed in 317 milliseconds