Searched refs:_PROP_CALLOC (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/sys/libprop/ |
| HD | prop_object_impl.h | 261 #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
|
| HD | prop_array.c | 265 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()
|
| HD | prop_dictionary.c | 555 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()
|