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

/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Ddeflate.c80 static void *z_alloc __P((void *, u_int items, u_int size));
110 z_alloc(notused, items, size) function
170 state->strm.zalloc = (alloc_func) z_alloc;
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp2614 static void * z_alloc(void *, u_int items, u_int size);
2626 z_alloc(void * notused __unused, u_int num_items, u_int size) function
2634 panic("z_alloc(%p, %x, %x): overflow caused by %x * %x\n",
2641 panic("z_alloc(%p, %x, %x): overflow caused by %x + %lx\n",
2753 zstream.zalloc = z_alloc;

Completed in 198 milliseconds