Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c2120 static void *upb_calloc(size_t size) { in upb_calloc() function
2397 h = upb_calloc(sizeof(*h) + extra); in upb_handlers_new()
2405 h->sub = upb_calloc(md->submsg_field_count * sizeof(*h->sub)); in upb_handlers_new()