Searched refs:segnames (Results 1 – 4 of 4) sorted by relevance
141 static HChar segnames[VG_TABLE_SIZE]; /* her majesty, the string table */ variable151 return (segnames[ix - 4] & fbit_mask) != 0; in is_freeslot()162 segnames[ix - 1] = slotindex & 0xFF; slotindex >>= 8; in put_slotindex()163 segnames[ix - 2] = slotindex & 0xFF; slotindex >>= 8; in put_slotindex()164 segnames[ix - 3] = slotindex & 0xFF; slotindex >>= 8; in put_slotindex()165 segnames[ix - 4] = slotindex & 0xFF; in put_slotindex()175 const UChar *unames = (const UChar *)segnames; in get_slotindex()191 segnames[ix - 1] = size & 0xff; in put_slotsize()192 segnames[ix - 2] = size >> 8; in put_slotsize()201 const UChar *unames = (const UChar *)segnames; in get_slotsize()[all …]
346 Check: space recovery in aspacemgr segnames array re-implemented?
220 XXX increase #segs and #segnames from 5000/1000 ?
338 m_aspacemgr/aspacemgr-segnames.c \