Searched refs:zfree (Results 1 - 25 of 96) sorted by relevance

1234

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_mac.c108 zfree(audit_mac_label_zone, ar->k_ar.ar_cred_mac_labels);
123 zfree(audit_mac_label_zone, ar->k_ar.ar_vnode1_mac_labels);
125 zfree(audit_mac_label_zone, ar->k_ar.ar_vnode2_mac_labels);
127 zfree(audit_mac_label_zone, ar->k_ar.ar_cred_mac_labels);
138 zfree(mac_audit_data_zone, head->data);
H A Daudit.c416 zfree(audit_record_zone, ar);
439 zfree(audit_record_zone, ar);
/darwin-on-arm/xnu/osfmk/kern/
H A Dhost_notify.c107 zfree(host_notify_zone, entry);
140 zfree(host_notify_zone, entry);
188 zfree(host_notify_zone, entry);
H A Dmk_timer.c78 zfree(mk_timer_zone, timer);
122 zfree(mk_timer_zone, timer);
184 zfree(mk_timer_zone, timer);
H A Dwait_queue.c261 zfree(_wait_queue_zone, wq);
283 zfree(_wait_queue_zone, wq);
371 zfree(_wait_queue_set_zone, wq_set);
395 zfree(_wait_queue_set_zone, wq_set);
654 zfree(_wait_queue_link_zone, wql);
674 zfree(_wait_queue_link_zone, wql);
804 zfree(_wait_queue_link_zone, wql);
968 zfree(_wait_queue_link_zone, wql);
1104 zfree(_wait_queue_link_zone, wql);
H A Dzalloc.h215 extern void zfree(
H A Dsync_sema.c179 zfree(semaphore_zone, s);
196 zfree(semaphore_zone, s);
1085 zfree(semaphore_zone, semaphore);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_alloc.c157 zfree(d_zone[zindex], data);
/darwin-on-arm/xnu/libkern/zlib/
H A Dcompress.c74 stream.zfree = (free_func)0;
H A Duncompr.c76 stream.zfree = (free_func)0;
H A Dinfback.c49 strm provides memory allocation functions in zalloc and zfree, or
76 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
646 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
H A Dzutil.h310 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/darwin-on-arm/xnu/security/
H A Dmac_label.c85 zfree(zone_label, l);
H A Dmac_alloc.c159 zfree(zone, elem);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dipcomp_core.c118 deflate_stream.zfree = deflate_free;
131 inflate_stream.zfree = deflate_free;
/darwin-on-arm/xnu/osfmk/i386/
H A Dmachine_task.c252 zfree(ids_zone, task_debug);
H A Dfpu.c303 zfree(ifps_zone, ifps);
874 zfree(ifps_zone, ifps);
H A Dpcb_native.c645 zfree(iss_zone, pcb->sf);
649 zfree(ids_zone, pcb->ids);
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_labelh.c238 zfree(ipc_labelh_zone, (vm_offset_t)lh);
H A Dipc_space.h154 #define is_free(is) zfree(ipc_space_zone, (is))
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_blue.c196 zfree(blue_zone, bp);
/darwin-on-arm/xnu/bsd/netat/
H A Dat_pcb.c163 zfree(atpcb_zone, pcb);
/darwin-on-arm/xnu/osfmk/arm64/
H A Dpmap.c451 zfree(pmap_zone, pmap);
/darwin-on-arm/xnu/bsd/net/
H A Dppp_deflate.c202 state->strm.zfree = z_free;
432 state->strm.zfree = z_free;
/darwin-on-arm/xnu/libkern/libkern/
H A Dzlib.h122 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
123 voidpf opaque; /* private data object passed to zalloc and zfree */
158 has dropped to zero. The application must initialize zalloc, zfree and
163 parameter for calls of zalloc and zfree. This can be useful for custom
168 If zlib is used in a multi-threaded application, zalloc and zfree must be
171 On 16-bit systems, the functions zalloc and zfree must be able to allocate
234 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
252 zalloc, zfree and opaque must be initialized before by the caller.
253 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
375 next_in, avail_in, zalloc, zfree an
[all...]

Completed in 95 milliseconds

1234