Home
last modified time | relevance | path

Searched refs:PB_ENABLE_MALLOC (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/third_party/nanopb/
Dpb_decode.c49 #ifdef PB_ENABLE_MALLOC
422 #ifdef PB_ENABLE_MALLOC
479 #ifndef PB_ENABLE_MALLOC in decode_pointer_field()
648 #ifdef PB_ENABLE_MALLOC in decode_field()
949 #ifdef PB_ENABLE_MALLOC in pb_decode()
970 #ifdef PB_ENABLE_MALLOC
1266 #ifndef PB_ENABLE_MALLOC in pb_dec_bytes()
1307 #ifndef PB_ENABLE_MALLOC in pb_dec_string()
Dpb_decode.h88 #ifdef PB_ENABLE_MALLOC
DCHANGELOG.txt49 Fix memory leaks with PB_ENABLE_MALLOC with some submessage hierarchies (issue 138)
61 Fix memory leak with duplicated fields and PB_ENABLE_MALLOC
93 Fix security issue with PB_ENABLE_MALLOC. (issue 117)
Dpb.h70 #ifdef PB_ENABLE_MALLOC
369 #ifdef PB_ENABLE_MALLOC
/external/nanopb-c/
Dpb_decode.c50 #ifdef PB_ENABLE_MALLOC
477 #ifdef PB_ENABLE_MALLOC
537 #ifndef PB_ENABLE_MALLOC in decode_pointer_field()
709 #ifdef PB_ENABLE_MALLOC in decode_field()
1057 #ifdef PB_ENABLE_MALLOC in pb_decode()
1101 #ifdef PB_ENABLE_MALLOC
1409 #ifndef PB_ENABLE_MALLOC in pb_dec_bytes()
1444 #ifndef PB_ENABLE_MALLOC in pb_dec_string()
Dpb_decode.h100 #ifdef PB_ENABLE_MALLOC
Dpb.h70 #ifdef PB_ENABLE_MALLOC
376 #ifdef PB_ENABLE_MALLOC
DCHANGELOG.txt110 Fix memory leaks with PB_ENABLE_MALLOC with some submessage hierarchies (issue 138)
122 Fix memory leak with duplicated fields and PB_ENABLE_MALLOC
154 Fix security issue with PB_ENABLE_MALLOC. (issue 117)
/external/nanopb-c/extra/
Dpb_syshdr.h65 #ifdef PB_ENABLE_MALLOC
/external/grpc-grpc/third_party/nanopb/extra/
Dpb_syshdr.h65 #ifdef PB_ENABLE_MALLOC
/external/grpc-grpc/third_party/nanopb/tests/common/
DSConscript24 malloc_env.Append(CPPDEFINES = {'PB_ENABLE_MALLOC': 1,
/external/nanopb-c/tests/common/
DSConscript24 malloc_env.Append(CPPDEFINES = {'PB_ENABLE_MALLOC': 1,
/external/nanopb-c/tests/alltypes_proto3_callback/
Ddecode_alltypes_callback.c344 #ifdef PB_ENABLE_MALLOC in check_alltypes()
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst26 PB_ENABLE_MALLOC Set this to enable dynamic allocation support
626 If *PB_ENABLE_MALLOC* is defined, this function may allocate storage for any pointer type fields.
643 This function *will not* release the message even on error return. If you use *PB_ENABLE_MALLOC*,
666 This function is only available if *PB_ENABLE_MALLOC* is defined. It will release any
/external/nanopb-c/docs/
Dreference.rst26 PB_ENABLE_MALLOC Set this to enable dynamic allocation support
636 If *PB_ENABLE_MALLOC* is defined, this function may allocate storage for any pointer type fields.
653 This function *will not* release the message even on error return. If you use *PB_ENABLE_MALLOC*,
676 This function is only available if *PB_ENABLE_MALLOC* is defined. It will release any
/external/nanopb-c/tests/alltypes_callback/
Ddecode_alltypes_callback.c410 #ifdef PB_ENABLE_MALLOC in check_alltypes()
/external/grpc-grpc/third_party/nanopb/tests/decode_unittests/
Ddecode_unittests.c2 #define PB_ENABLE_MALLOC macro
/external/nanopb-c/tests/decode_unittests/
Ddecode_unittests.c2 #define PB_ENABLE_MALLOC macro