Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libprop/
H A Dprop_object_impl.h315 void * _prop_standalone_calloc(size_t);
321 #define _PROP_CALLOC(s, t) _prop_standalone_calloc((s))
H A Dprop_object.c50 _prop_standalone_calloc(size_t size) in _prop_standalone_calloc() function