Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dmessage.c135 #define STACK_ENV_STACKBYTES 4096 macro
140 char allocbuf[STACK_ENV_STACKBYTES];
163 upb_seededalloc_init(&se->alloc, &se->allocbuf, STACK_ENV_STACKBYTES); in stackenv_init()
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c656 #define STACK_ENV_STACKBYTES 4096 macro
660 char allocbuf[STACK_ENV_STACKBYTES];