Home
last modified time | relevance | path

Searched refs:_prop_standalone_calloc (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/libprop/
H A Dprop_object_impl.h313 void * _prop_standalone_calloc(size_t);
319 #define _PROP_CALLOC(s, t) _prop_standalone_calloc((s))
H A Dprop_object.c54 _prop_standalone_calloc(size_t size) in _prop_standalone_calloc() function