Searched refs:upb_gmalloc (Results 1 – 13 of 13) sorted by relevance
32 upb_pbdecodermethod *ret = upb_gmalloc(sizeof(*ret)); in newmethod()73 mgroup *g = upb_gmalloc(sizeof(*g)); in newgroup()96 compiler *ret = upb_gmalloc(sizeof(*ret)); in newcompiler()868 upb_pbcodecache *c = upb_gmalloc(sizeof(*c)); in upb_pbcodecache_new()
113 str = upb_gmalloc(len + 1); in putf()
305 tag_t *tag = upb_gmalloc(sizeof(tag_t)); in new_tag()
400 upb_handlercache *cache = upb_gmalloc(sizeof(*cache)); in upb_handlercache_new()483 upb_msg_handlerdata *d = upb_gmalloc(sizeof(*d)); in MSG_WRITER()
113 UPB_INLINE void *upb_gmalloc(size_t size) { in upb_gmalloc() function
837 upb_symtab *s = upb_gmalloc(sizeof(*s)); in upb_symtab_new()1207 fields = upb_gmalloc(n * sizeof(*fields)); in assign_msg_indices()
65 strpc *ret = upb_gmalloc(sizeof(*ret)); in newstrpc()80 strpc * ret = upb_gmalloc(sizeof(*ret)); in newstrpc_str()621 EnumHandlerData *hd = upb_gmalloc(sizeof(EnumHandlerData)); in set_enum_hd()1389 upb_json_printercache *cache = upb_gmalloc(sizeof(*cache)); in upb_json_printer_newcache()
2948 c = upb_gmalloc(sizeof(*c));
1104 str_t *ret = upb_gmalloc(sizeof(*ret) + len); in newstr()1371 fields = upb_gmalloc(n * sizeof(*fields)); in assign_msg_indices()1596 upb_enumdef *e = upb_gmalloc(sizeof(*e)); in upb_enumdef_new()1818 upb_fielddef *f = upb_gmalloc(sizeof(*f)); in upb_fielddef_new()2509 upb_msgdef *m = upb_gmalloc(sizeof(*m)); in upb_msgdef_new()2814 upb_oneofdef *o = upb_gmalloc(sizeof(*o)); in upb_oneofdef_new()3016 upb_filedef *f = upb_gmalloc(sizeof(*f)); in upb_filedef_new()3220 upb_symtab *s = upb_gmalloc(sizeof(*s)); in upb_symtab_new()3396 add_defs = upb_gmalloc(sizeof(void*) * add_objs_size); in symtab_add()3469 defs = upb_gmalloc(sizeof(*defs) * n); in upb_symtab_addfile()[all …]
595 UPB_INLINE void *upb_gmalloc(size_t size) { function
1318 fields = upb_gmalloc(n * sizeof(*fields)); in assign_msg_indices()2746 upb_symtab *s = upb_gmalloc(sizeof(*s)); in upb_symtab_new()3696 upb_handlercache *cache = upb_gmalloc(sizeof(*cache)); in upb_handlercache_new()3779 upb_msg_handlerdata *d = upb_gmalloc(sizeof(*d)); in MSG_WRITER()4432 fields = upb_gmalloc(upb_msgdef_numfields(m) * sizeof(*fields)); in upb_msglayout_init()4433 submsgs = upb_gmalloc(submsg_count * sizeof(*submsgs)); in upb_msglayout_init()4549 upb_msgfactory *ret = upb_gmalloc(sizeof(*ret)); in upb_msgfactory_new()4584 upb_msglayout *l = upb_gmalloc(sizeof(*l)); in upb_msgfactory_getlayout()5829 upb_pbdecodermethod *ret = upb_gmalloc(sizeof(*ret)); in newmethod()5870 mgroup *g = upb_gmalloc(sizeof(*g)); in newgroup()[all …]
274 UPB_INLINE void *upb_gmalloc(size_t size) { in upb_gmalloc() function
3385 c = upb_gmalloc(sizeof(*c)); in upb_json_codecache_new()