Home
last modified time | relevance | path

Searched refs:new_table (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/stdio/
Dprintf_common.h657 unsigned char* new_table = static_cast<unsigned char*>(mmap(nullptr, new_size, in __grow_type_table() local
660 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()