Searched refs:CHUNK_SIZE (Results 1 – 6 of 6) sorted by relevance
44 #define CHUNK_SIZE 8192 /* grab more memory with this chunk size */ macro127 n = MALLOC(CHUNK_SIZE); in stable_newchunk()128 bzero((void *)n, CHUNK_SIZE); in stable_newchunk()161 if (slen > CHUNK_SIZE - sizeof (char *) - 1 - 4) in stable()188 if (Stablenext == NULL || (&Stableblock[CHUNK_SIZE] - Stablenext) < in stable()
72 #define CHUNK_SIZE 256 macro246 lines = CHUNK_SIZE; in main()417 lines += CHUNK_SIZE; in reallocate_buffer()427 for (j = lines-CHUNK_SIZE; j < lines; j++) { in reallocate_buffer()
78 #define CHUNK_SIZE (4096 - sizeof (struct Dwarf_P_Section_Data_s)) macro
2040 if (nbytes < CHUNK_SIZE) in _dwarf_pro_buffer()2041 space = CHUNK_SIZE; in _dwarf_pro_buffer()
1560 #define CHUNK_SIZE 16 in create_ns_servers_entry() macro1619 server->controls = (char **)calloc(CHUNK_SIZE, sizeof (char *)); in create_ns_servers_entry()1620 server->saslMech = (char **)calloc(CHUNK_SIZE, sizeof (char *)); in create_ns_servers_entry()1636 if (sm_counter == CHUNK_SIZE * sm_mem_blocks - 1) { in create_ns_servers_entry()1638 CHUNK_SIZE * in create_ns_servers_entry()1648 CHUNK_SIZE * in create_ns_servers_entry()1666 if (sc_counter == CHUNK_SIZE * sc_mem_blocks - 1) { in create_ns_servers_entry()1668 CHUNK_SIZE * in create_ns_servers_entry()1678 CHUNK_SIZE * in create_ns_servers_entry()1710 #undef CHUNK_SIZE in create_ns_servers_entry()
1799 #define CHUNK_SIZE 16 in allocate_chunk() macro1801 malloc(sizeof (struct nb_reg_node) * CHUNK_SIZE); in allocate_chunk()1810 for (i = 0; i < CHUNK_SIZE-1; ++i) { in allocate_chunk()1813 n[CHUNK_SIZE-1].next = (struct nb_reg_node *)&nb_free; in allocate_chunk()