Home | History | Annotate | Download | only in massif

Lines Matching refs:hp_lim

599    static Addr hp_lim = 0;    // maximum usable byte in current block
603 if (hp + n_bytes > hp_lim) {
608 hp_lim = hp + SUPERBLOCK_SIZE - 1;