OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pb_realloc
(Results
1 - 2
of
2
) sorted by null
/external/nanopb-c/
pb.h
350
/* Memory allocation functions to use. You can define
pb_realloc
and
353
# ifndef
pb_realloc
354
# define
pb_realloc
(ptr, size) realloc(ptr, size)
macro
pb_decode.c
482
ptr =
pb_realloc
(ptr, size);
[
all
...]
Completed in 1900 milliseconds