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