OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PROP_CALLOC
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/lib/libprop/
prop_object_impl.h
267
#define
_PROP_CALLOC
(s, t) malloc((s), (t), M_WAITOK | M_ZERO)
326
#define
_PROP_CALLOC
(s, t) _prop_standalone_calloc((s))
373
#define
_PROP_CALLOC
(s, t) calloc(1, (s))
prop_array.c
280
array =
_PROP_CALLOC
(capacity * sizeof(prop_object_t),
316
array =
_PROP_CALLOC
(capacity * sizeof(*array), M_PROP_ARRAY);
535
pai =
_PROP_CALLOC
(sizeof(*pai), M_TEMP);
prop_dictionary.c
601
array =
_PROP_CALLOC
(capacity * sizeof(*array), M_PROP_DICT);
635
array =
_PROP_CALLOC
(capacity * sizeof(*array), M_PROP_DICT);
856
pdi =
_PROP_CALLOC
(sizeof(*pdi), M_TEMP);
Completed in 56 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025