Searched refs:NUMTOMALLOC (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connect.c95 #define NUMTOMALLOC 32 macro
1047 (sizeof (char *) * NUMTOMALLOC))) {
1050 /* Allocate memory in chunks of NUMTOMALLOC */
1051 } else if ((totalbad % NUMTOMALLOC) ==
1052 NUMTOMALLOC - 1) {
1056 (sizeof (char *) * NUMTOMALLOC *
1057 ((totalbad/NUMTOMALLOC) + 2))))) {

Completed in 19 milliseconds