Home
last modified time | relevance | path

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

/nanopb-3.4.0/extra/
Dpb_syshdr.h65 #ifdef PB_ENABLE_MALLOC
/nanopb-3.4.0/tests/common/
DSConscript24 malloc_env.Append(CPPDEFINES = {'PB_ENABLE_MALLOC': 1,
/nanopb-3.4.0/
Dpb_decode.c45 #ifdef PB_ENABLE_MALLOC
556 #ifdef PB_ENABLE_MALLOC
625 #ifndef PB_ENABLE_MALLOC in decode_pointer_field()
799 #ifdef PB_ENABLE_MALLOC in decode_field()
1173 #ifdef PB_ENABLE_MALLOC in pb_decode_ex()
1187 #ifdef PB_ENABLE_MALLOC in pb_decode()
1195 #ifdef PB_ENABLE_MALLOC
1514 #ifndef PB_ENABLE_MALLOC in pb_dec_bytes()
1556 #ifndef PB_ENABLE_MALLOC in pb_dec_string()
DCHANGELOG.txt84 Fix memory leak with oneofs and PB_ENABLE_MALLOC (#615, GHSA-85rr-4rh9-hhwh)
233 Fix memory leak with oneofs and PB_ENABLE_MALLOC (#615, GHSA-85rr-4rh9-hhwh)
265 Erroneous free() when using callbacks combined with PB_ENABLE_MALLOC (#346)
385 Fix memory leaks with PB_ENABLE_MALLOC with some submessage hierarchies (issue 138)
397 Fix memory leak with duplicated fields and PB_ENABLE_MALLOC
427 Fix memory leaks with PB_ENABLE_MALLOC with some submessage hierarchies (issue 138)
432 Fix memory leak with duplicated fields and PB_ENABLE_MALLOC
449 Fix security issue with PB_ENABLE_MALLOC. (issue 117)
Dpb.h90 #ifdef PB_ENABLE_MALLOC
473 #ifdef PB_ENABLE_MALLOC
/nanopb-3.4.0/tests/alltypes_proto3_callback/
Ddecode_alltypes_callback.c390 #ifdef PB_ENABLE_MALLOC in check_alltypes()
/nanopb-3.4.0/spm_headers/nanopb/
Dpb.h90 #ifdef PB_ENABLE_MALLOC
473 #ifdef PB_ENABLE_MALLOC
/nanopb-3.4.0/tests/alltypes_callback/
Ddecode_alltypes_callback.c460 #ifdef PB_ENABLE_MALLOC in check_alltypes()
/nanopb-3.4.0/tests/decode_unittests/
Ddecode_unittests.c2 #define PB_ENABLE_MALLOC macro
/nanopb-3.4.0/docs/
Dreference.md14 * `PB_ENABLE_MALLOC`: Enable dynamic allocation support in the decoder.
775 If `PB_ENABLE_MALLOC` is defined, this function may allocate storage
802 If `PB_ENABLE_MALLOC` is defined, this function may allocate storage
819 This function is only available if `PB_ENABLE_MALLOC` is defined. It