Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 5 of 5) sorted by relevance

/nanopb-2.7.6/tests/common/
Dmalloc_wrappers_syshdr.h3 #define pb_realloc(ptr,size) realloc_with_check(ptr,size) argument
4 #define pb_free(ptr) free_with_check(ptr) argument
Dmalloc_wrappers.c101 void* realloc_with_check(void *ptr, size_t size) in realloc_with_check()
/nanopb-2.7.6/
Dpb_decode.c561 void *ptr = *(void**)pData; in allocate_field() local
Dpb.h438 # define pb_realloc(ptr, size) realloc(ptr, size) argument
441 # define pb_free(ptr) free(ptr) argument
/nanopb-2.7.6/spm_headers/nanopb/
Dpb.h438 # define pb_realloc(ptr, size) realloc(ptr, size) argument
441 # define pb_free(ptr) free(ptr) argument