Searched defs:symlistsz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libproc/
H A Dlibproc.c64 size_t symlistsz; local
117 symlistsz = symtab.sym_count * sizeof (uint_t);
118 symlist = mdb_alloc(symlistsz, UM_SLEEP);
119 if (mdb_vread(symlist, symlistsz, src) == -1) {
150 mdb_free(symlist, symlistsz);
166 mdb_free(symlist, symlistsz);

Completed in 80 milliseconds