Home
last modified time | relevance | path

Searched refs:_PROP_CALLOC (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/libprop/
HDprop_object_impl.h261 #define _PROP_CALLOC(s, t) kmalloc((s), (t), M_WAITOK | M_ZERO) macro
319 #define _PROP_CALLOC(s, t) _prop_standalone_calloc((s)) macro
360 #define _PROP_CALLOC(s, t) calloc(1, (s)) macro
HDprop_array.c265 array = _PROP_CALLOC(capacity * sizeof(prop_object_t), in _prop_array_alloc()
301 array = _PROP_CALLOC(capacity * sizeof(*array), M_PROP_ARRAY); in _prop_array_expand()
520 pai = _PROP_CALLOC(sizeof(*pai), M_TEMP); in _prop_array_iterator_locked()
HDprop_dictionary.c555 array = _PROP_CALLOC(capacity * sizeof(*array), M_PROP_DICT); in _prop_dictionary_alloc()
589 array = _PROP_CALLOC(capacity * sizeof(*array), M_PROP_DICT); in _prop_dictionary_expand()
810 pdi = _PROP_CALLOC(sizeof(*pdi), M_TEMP); in _prop_dictionary_iterator_locked()