Searched refs:pb_realloc (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/third_party/nanopb/tests/common/ |
D | malloc_wrappers_syshdr.h | 3 #define pb_realloc(ptr,size) counting_realloc(ptr,size) macro
|
/external/nanopb-c/tests/common/ |
D | malloc_wrappers_syshdr.h | 3 #define pb_realloc(ptr,size) counting_realloc(ptr,size) macro
|
/external/grpc-grpc/third_party/nanopb/ |
D | pb.h | 370 # ifndef pb_realloc 371 # define pb_realloc(ptr, size) realloc(ptr, size) macro
|
D | pb_decode.c | 454 ptr = pb_realloc(ptr, array_size * data_size); in allocate_field()
|
/external/nanopb-c/ |
D | pb.h | 377 # ifndef pb_realloc 378 # define pb_realloc(ptr, size) realloc(ptr, size) macro
|
D | pb_decode.c | 509 ptr = pb_realloc(ptr, array_size * data_size); in allocate_field()
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | security.rst | 83 employed. This can be done by defining custom *pb_realloc()* function.
|
/external/nanopb-c/docs/ |
D | security.rst | 83 employed. This can be done by defining custom *pb_realloc()* function.
|