Searched refs:new_table (Results 1 – 1 of 1) sorted by relevance
657 unsigned char* new_table = static_cast<unsigned char*>(mmap(nullptr, new_size, in __grow_type_table() local660 if (new_table == MAP_FAILED) return -1; in __grow_type_table()661 memmove(new_table, *typetable, *tablesize); in __grow_type_table()663 *typetable = new_table; in __grow_type_table()