Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c15 str_t *ret = upb_gmalloc(sizeof(*ret) + len); in newstr()
296 fields = upb_gmalloc(n * sizeof(*fields)); in assign_msg_indices()
458 upb_enumdef *e = upb_gmalloc(sizeof(*e)); in upb_enumdef_new()
689 upb_fielddef *f = upb_gmalloc(sizeof(*f)); in upb_fielddef_new()
744 char *newname = upb_gmalloc(strlen(f->sub.def->fullname) + 2); in upb_fielddef_dup()
1412 upb_msgdef *m = upb_gmalloc(sizeof(*m)); in upb_msgdef_new()
1742 upb_oneofdef *o = upb_gmalloc(sizeof(*o)); in upb_oneofdef_new()
1955 upb_filedef *f = upb_gmalloc(sizeof(*f)); in upb_filedef_new()
2121 void *mem = upb_gmalloc(size); in upb_calloc()
3228 uint32_t *group = upb_gmalloc(sizeof(*group)); in tarjan_newgroup()
[all …]
Dupb.h527 UPB_INLINE void *upb_gmalloc(size_t size) { function