Home
last modified time | relevance | path

Searched refs:dmalloc_cutoff_generation (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dalloc.c45 unsigned long dmalloc_cutoff_generation; variable
177 if (dp -> generation >= dmalloc_cutoff_generation) in dfree()
234 if (dp -> generation < dmalloc_cutoff_generation && justref) in dmalloc_reuse()
246 if (dp -> generation >= dmalloc_cutoff_generation) in dmalloc_reuse()
279 dmalloc_cutoff_point = dmalloc_cutoff_generation; in dmalloc_dump_outstanding()
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Dalloc.h100 extern unsigned long dmalloc_cutoff_generation;
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcpd.c1092 dmalloc_cutoff_generation = dmalloc_generation; in main()
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c1047 dmalloc_cutoff_generation = dmalloc_generation; in main()
1165 dmalloc_cutoff_generation = dmalloc_generation; in run_stateless()