bm = VG_(malloc)("drd.bitmap.bn.1", sizeof(*bm));
DRD_(bm_init)(bm);
- s_bitmap_creation_count++;
-
return bm;
}
unsigned i;
tl_assert(bm);
- /* Cache initialization. a1 is initialized with a value that never can
+ /*
+ * Cache initialization. a1 is initialized with a value that never can
* match any valid address: the upper (ADDR_LSB_BITS + ADDR_IGNORED_BITS)
* bits of a1 are always zero for a valid cache entry.
*/
}
bm->oset = VG_(OSetGen_Create)(0, 0, DRD_(bm2_alloc_node),
"drd.bitmap.bn.2", DRD_(bm2_free_node));
+
+ s_bitmap_creation_count++;
}
/** Free the memory allocated by DRD_(bm_init)(). */