Searched refs:upb_alloc_debugrefs (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 2924 upb_alloc upb_alloc_debugrefs = {&upb_debugrefs_allocfunc}; variable 2932 trackedref *ret = upb_malloc(&upb_alloc_debugrefs, sizeof(*ret)); in trackedref_new() 2958 &upb_alloc_debugrefs); in track() 2965 &upb_alloc_debugrefs); in track() 3033 upb_inttable_insertptr2(tab, to, count, &upb_alloc_debugrefs); in getref2s() 3060 &upb_alloc_debugrefs); in visit_check() 3071 upb_inttable_init2(&state.ref2, UPB_CTYPE_INT32, &upb_alloc_debugrefs); in visit() 3079 upb_inttable_uninit2(&state.ref2, &upb_alloc_debugrefs); in visit() 3084 r->refs = upb_malloc(&upb_alloc_debugrefs, sizeof(*r->refs)); in trackinit() 3085 r->ref2s = upb_malloc(&upb_alloc_debugrefs, sizeof(*r->ref2s)); in trackinit() [all …]
|
D | upb.h | 1022 {count, mask, ctype, size_lg2, entries, &upb_alloc_debugrefs} 1403 extern upb_alloc upb_alloc_debugrefs;
|