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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmalloc.c52 struct malloc_block *malFwd; member in struct:malloc_block
86 amem->malFwd = malAnchor.malFwd; /* Move anchor to our forward */
88 malAnchor.malFwd->malBwd = amem; /* The old forward's back points to us */
89 malAnchor.malFwd = amem; /* Now we point the anchor to us */
115 fore = amem->malFwd; /* Get the guy in front */
118 aft->malFwd = fore; /* The previous guy's forward is now mine */
155 amem = malAnchor.malFwd; /* Get the first one */
159 bmem = amem->malFwd; /* Next one */
165 malAnchor.malFwd
[all...]

Completed in 103 milliseconds