OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_gmalloc
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
15
str_t *ret =
upb_gmalloc
(sizeof(*ret) + len);
296
fields =
upb_gmalloc
(n * sizeof(*fields));
458
upb_enumdef *e =
upb_gmalloc
(sizeof(*e));
689
upb_fielddef *f =
upb_gmalloc
(sizeof(*f));
744
char *newname =
upb_gmalloc
(strlen(f->sub.def->fullname) + 2);
[
all
...]
upb.h
527
UPB_INLINE void *
upb_gmalloc
(size_t size) {
function
[
all
...]
Completed in 50 milliseconds