Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:upb_malloc

2932   trackedref *ret = upb_malloc(&upb_alloc_debugrefs, sizeof(*ret));
3084 r->refs = upb_malloc(&upb_alloc_debugrefs, sizeof(*r->refs));
3085 r->ref2s = upb_malloc(&upb_alloc_debugrefs, sizeof(*r->ref2s));
4288 p = upb_malloc(a, n);
4349 t->entries = upb_malloc(a, bytes);
4515 char *str = upb_malloc(a, k2.str.len + sizeof(uint32_t) + 1);
4718 t->array = upb_malloc(a, array_bytes);
5290 mem_block *block = upb_malloc(a->block_alloc, block_size);
5385 cleanup_ent *ent = upb_malloc(&a->alloc, sizeof(cleanup_ent));
5456 return upb_malloc(&e->arena_.alloc, size);