OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STACK_ENV_STACKBYTES
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
message.c
135
#define
STACK_ENV_STACKBYTES
4096
140
char allocbuf[
STACK_ENV_STACKBYTES
];
163
upb_seededalloc_init(&se->alloc, &se->allocbuf,
STACK_ENV_STACKBYTES
);
/external/protobuf/ruby/ext/google/protobuf_c/
encode_decode.c
656
#define
STACK_ENV_STACKBYTES
4096
660
char allocbuf[
STACK_ENV_STACKBYTES
];
[
all
...]
Completed in 113 milliseconds