Skip to content

Instantly share code, notes, and snippets.

@srbaker
Created September 24, 2010 23:00
Show Gist options
  • Save srbaker/596201 to your computer and use it in GitHub Desktop.
Save srbaker/596201 to your computer and use it in GitHub Desktop.
$2 = {cursor_ = {address_ = 0}, limit_ = {address_ = 0}, hole_start_line_ = 0,
block_ = 0x0}
$4 = {<immix::HoleFinder> = {cursor_ = {address_ = 0}, limit_ = {
address_ = 0}, hole_start_line_ = 0,
block_ = 0x0}, <immix::Allocator> = {
_vptr.Allocator = 0x13f37f0}, <No data fields>}
$5 = (immix::Block &) @0x15106e8: {address_ = {address_ = 140734009606144},
status_ = immix::cFree, holes_ = 1, lines_used_ = 1, objects_ = 0,
object_bytes_ = 0, lines_ = "\001", '\000' <repeats 254 times>}
@srbaker
Copy link
Author

srbaker commented Sep 24, 2010

$4 = {immix::HoleFinder = {cursor_ = {address_ = 0}, limit_ = {
address_ = 0}, hole_start_line_ = 0,
block_ = 0x0}, immix::Allocator = {
_vptr.Allocator = 0x13f37f0}, }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment