Searched defs:_PROP_REALLOC (Results 1 – 1 of 1) sorted by relevance
/minix3/common/lib/libprop/ |
H A D | prop_object_impl.h | 259 #define _PROP_REALLOC(v, s, t) realloc((v), (s), (t), M_WAITOK) macro 317 #define _PROP_REALLOC(v, s, t) _prop_standalone_realloc((v), (s)) macro 363 #define _PROP_REALLOC(v, s, t) realloc((v), (s)) macro
|