Searched refs:malBwd (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmalloc.c53 struct malloc_block *malBwd; member in struct:malloc_block
87 amem->malBwd = &malAnchor; /* We point back to anchor */
88 malAnchor.malFwd->malBwd = amem; /* The old forward's back points to us */
116 aft = amem->malBwd; /* And the guy behind */
117 fore->malBwd = aft; /* The next guy's previous is now my previous */
166 malAnchor.malBwd = (struct malloc_block *) 0x666; /* Cause a fault if we try again */

Completed in 22 milliseconds