Home | History | Annotate | Download | only in massif

Lines Matching defs:hp

602    static Addr hp     = 0;    // current heap pointer
607 if (hp + n_bytes > hp_lim) {
608 hp = (Addr)VG_(am_shadow_alloc)(SUPERBLOCK_SIZE);
609 if (0 == hp)
612 hp_lim = hp + SUPERBLOCK_SIZE - 1;
615 hp += n_bytes;
617 return (void*)(hp - n_bytes);
1161 VERB(verbosity, "%s S%s%3d (t:%lld, hp:%ld, ex:%ld, st:%ld)\n",