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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmalloc.c58 static malloc_block malAnchor = {&malAnchor, &malAnchor, NULL, 0}; variable
86 amem->malFwd = malAnchor.malFwd; /* Move anchor to our forward */
87 amem->malBwd = &malAnchor; /* We point back to anchor */
88 malAnchor.malFwd->malBwd = amem; /* The old forward's back points to us */
89 malAnchor.malFwd = amem; /* Now we point the anchor to us */
155 amem = malAnchor.malFwd; /* Get the first one */
157 while(amem != &malAnchor) { /* Go until we hit the anchor */
165 malAnchor
[all...]

Completed in 23 milliseconds