Searched refs:upb_grealloc (Results 1 – 2 of 2) sorted by relevance
7406 g->bytecode = upb_grealloc(g->bytecode, oldsize * sizeof(uint32_t), in put32()11922 buf = upb_grealloc(buf, 0, field_len); in add_jsonname_table()
531 UPB_INLINE void *upb_grealloc(void *ptr, size_t oldsize, size_t size) { function