Searched refs:table_elem_size (Results 1 – 2 of 2) sorted by relevance
393 c->table_elem_size[c->tail_remote_index % c->cap_table_elems]); in evict_entry()397 c->table_elem_size[c->tail_remote_index % c->cap_table_elems]); in evict_entry()424 c->table_elem_size[new_index % c->cap_table_elems] = in prepare_space_for_new_elem()767 const size_t alloc_size = sizeof(*c->table_elem_size) * c->cap_table_elems; in grpc_chttp2_hpack_compressor_init()768 c->table_elem_size = static_cast<uint16_t*>(gpr_malloc(alloc_size)); in grpc_chttp2_hpack_compressor_init()769 memset(c->table_elem_size, 0, alloc_size); in grpc_chttp2_hpack_compressor_init()780 gpr_free(c->table_elem_size); in grpc_chttp2_hpack_compressor_destroy()791 uint16_t* table_elem_size = in rebuild_elems() local792 static_cast<uint16_t*>(gpr_malloc(sizeof(*table_elem_size) * new_cap)); in rebuild_elems()795 memset(table_elem_size, 0, sizeof(*table_elem_size) * new_cap); in rebuild_elems()[all …]
52 uint16_t* table_elem_size; member