Searched defs:pb_realloc (Results 1 – 5 of 5) sorted by relevance
/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/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 | 371 # define pb_realloc(ptr, size) realloc(ptr, size) macro
|
/external/nanopb-c/spm_headers/nanopb/ |
D | pb.h | 379 # define pb_realloc(ptr, size) realloc(ptr, size) macro
|
/external/nanopb-c/ |
D | pb.h | 379 # define pb_realloc(ptr, size) realloc(ptr, size) macro
|