MCPcopy Index your code
hub / github.com/dtrace4linux/linux / dt_idhash_destroy

Function dt_idhash_destroy

libdtrace/dt_ident.c:663–685  ·  view source on GitHub ↗

* Destroy an entire identifier hash. This must be done using two passes with * an inlined version of dt_ident_destroy() to avoid referencing freed memory. * In the first pass di_dtor() is called for all identifiers; then the second * pass frees the actual dt_ident_t's. These must be done separately because * a di_dtor() may operate on data structures which contain references to other * iden

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

dt_pcb_popFunction · 0.85
dtrace_closeFunction · 0.85
dt_provider_destroyFunction · 0.85
dt_module_unloadFunction · 0.85
dt_node_freeFunction · 0.85
dt_iddtor_inlineFunction · 0.85
dt_xlator_destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected