Searched refs:dlindependent_calloc (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/include/dmalloc/
H A Ddmalloc.h293 void** dlindependent_calloc(size_t, size_t, void**);
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c864 #define dlindependent_calloc independent_calloc macro
1153 DLMALLOC_EXPORT void** dlindependent_calloc(size_t, size_t, void**);
5365 void** dlindependent_calloc(size_t n_elements, size_t elem_size, function

Completed in 61 milliseconds