Searched refs:table_bytes (Results 1 – 1 of 1) sorted by relevance
80 const size_t table_bytes = max_count * sizeof(IrtEntry); in IndirectReferenceTable() local81 table_mem_map_.reset(MemMap::MapAnonymous("indirect ref table", nullptr, table_bytes, in IndirectReferenceTable()219 const size_t table_bytes = new_size * sizeof(IrtEntry); in Resize() local222 table_bytes, in Resize()