Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpkg/common/
H A Dgpkglist.c61 #define MALLOCSIZ 128 macro
79 if ((++loc_n % MALLOCSIZ) == 0) { in next_n()
81 (loc_n+MALLOCSIZ) * sizeof (char **)); in next_n()
161 nwpkg = (char **)calloc(MALLOCSIZ, sizeof (char **)); in gpkglist()
162 n = ckitem(menup, nwpkg, MALLOCSIZ, "all", NULL, in gpkglist()
191 nwpkg = (char **)calloc(MALLOCSIZ, sizeof (char **)); in gpkglist()