Home
last modified time | relevance | path

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

/dragonfly/sys/libprop/
H A Dprop_object_impl.h262 #define _PROP_REALLOC(v, s, t) krealloc((v), (s), (t), M_WAITOK) macro
320 #define _PROP_REALLOC(v, s, t) _prop_standalone_realloc((v), (s)) macro
361 #define _PROP_REALLOC(v, s, t) realloc((v), (s)) macro