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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c380 void *z_element; /* the element that was zalloc'ed of zfree'ed */ member in struct:zrecord
1049 if (!check_freed_element && zrecords[zcurrent].z_element && zrecorded < log_records) {
1059 if (zrecords[i].z_element == NULL) {
1066 if (zrecords[i].z_element == NULL) {
1078 if (zrecords[zcurrent].z_element == NULL)
1081 zrecords[zcurrent].z_element = (void *)addr;
1243 if (zrecords[zcurrent].z_element == NULL)
1246 zrecords[zcurrent].z_element = (void *)addr;
1271 if (zrecords[i].z_element == addr) {
1272 zrecords[i].z_element
[all...]

Completed in 44 milliseconds