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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c521 void *junkptr=zalloc_noblock(event_zone), *listhead=kfse_list_head.lh_first; local
525 printf("add_fsevent: zalloc sez: %p\n", junkptr);
540 if (junkptr) {
541 zfree(event_zone, junkptr);

Completed in 20 milliseconds