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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c398 static int zcurrent = 0; /* index of the next slot in the log to use */ variable
1049 if (!check_freed_element && zrecords[zcurrent].z_element && zrecorded < log_records) {
1054 * starting at zcurrent and wrap-around if we reach the end of the buffer. If the buffer
1055 * is already full, we just fall through and overwrite the element indexed by zcurrent.
1058 for (i = zcurrent; i < log_records; i++) {
1060 zcurrent = i;
1065 for (i = 0; i < zcurrent; i++) {
1067 zcurrent = i;
1078 if (zrecords[zcurrent].z_element == NULL)
1081 zrecords[zcurrent]
[all...]

Completed in 19 milliseconds