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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstable.c44 #define CHUNK_SIZE 8192 /* grab more memory with this chunk size */ macro
127 n = MALLOC(CHUNK_SIZE);
128 bzero((void *)n, CHUNK_SIZE);
161 if (slen > CHUNK_SIZE - sizeof (char *) - 1 - 4)
188 if (Stablenext == NULL || (&Stableblock[CHUNK_SIZE] - Stablenext) <
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.h78 #define CHUNK_SIZE (4096 - sizeof (struct Dwarf_P_Section_Data_s)) macro
82 if chunk->ds_data is nil, it will alloc CHUNK_SIZE bytes,
H A Dpro_section.c2040 if (nbytes < CHUNK_SIZE)
2041 space = CHUNK_SIZE;
/illumos-gate/usr/src/cmd/last/
H A Dlast.c72 #define CHUNK_SIZE 256 macro
92 * CHUNK_SIZE lines whenever needed. The count of the
246 lines = CHUNK_SIZE;
417 lines += CHUNK_SIZE;
427 for (j = lines-CHUNK_SIZE; j < lines; j++) {
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c1560 #define CHUNK_SIZE 16 macro
1619 server->controls = (char **)calloc(CHUNK_SIZE, sizeof (char *));
1620 server->saslMech = (char **)calloc(CHUNK_SIZE, sizeof (char *));
1636 if (sm_counter == CHUNK_SIZE * sm_mem_blocks - 1) {
1638 CHUNK_SIZE *
1648 CHUNK_SIZE *
1666 if (sc_counter == CHUNK_SIZE * sc_mem_blocks - 1) {
1668 CHUNK_SIZE *
1678 CHUNK_SIZE *
1710 #undef CHUNK_SIZE macro
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c1799 #define CHUNK_SIZE 16 macro
1801 malloc(sizeof (struct nb_reg_node) * CHUNK_SIZE);
1810 for (i = 0; i < CHUNK_SIZE-1; ++i) {
1813 n[CHUNK_SIZE-1].next = (struct nb_reg_node *)&nb_free;

Completed in 70 milliseconds