Home
last modified time | relevance | path

Searched refs:pb_realloc (Results 1 – 8 of 8) sorted by relevance

/external/nanopb-c/tests/common/
Dmalloc_wrappers_syshdr.h3 #define pb_realloc(ptr,size) counting_realloc(ptr,size) macro
/external/grpc-grpc/third_party/nanopb/tests/common/
Dmalloc_wrappers_syshdr.h3 #define pb_realloc(ptr,size) counting_realloc(ptr,size) macro
/external/grpc-grpc/third_party/nanopb/
Dpb.h370 # ifndef pb_realloc
371 # define pb_realloc(ptr, size) realloc(ptr, size) macro
Dpb_decode.c454 ptr = pb_realloc(ptr, array_size * data_size); in allocate_field()
/external/nanopb-c/
Dpb.h377 # ifndef pb_realloc
378 # define pb_realloc(ptr, size) realloc(ptr, size) macro
Dpb_decode.c509 ptr = pb_realloc(ptr, array_size * data_size); in allocate_field()
/external/nanopb-c/docs/
Dsecurity.rst83 employed. This can be done by defining custom *pb_realloc()* function.
/external/grpc-grpc/third_party/nanopb/docs/
Dsecurity.rst83 employed. This can be done by defining custom *pb_realloc()* function.