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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_map.c42 int maxformat; local
70 while (rec->dtrd_format > (maxformat = *max)) {
71 int new_max = maxformat ? (maxformat << 1) : 1;
73 size_t osize = maxformat * sizeof (void *);

Completed in 55 milliseconds