Home
last modified time | relevance | path

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

/nanopb-3.4.0/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-3.4.0/
Dpb_decode.c563 void *ptr = *(void**)pData; in allocate_field() local
Dpb.h475 # define pb_realloc(ptr, size) realloc(ptr, size) argument
478 # define pb_free(ptr) free(ptr) argument
/nanopb-3.4.0/spm_headers/nanopb/
Dpb.h475 # define pb_realloc(ptr, size) realloc(ptr, size) argument
478 # define pb_free(ptr) free(ptr) argument