Home | History | Annotate | Download | only in wtf

Lines Matching defs:tryFastCalloc

264 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size)
292 TryMallocReturnValue returnValue = tryFastCalloc(n_elements, element_size);
3876 TryMallocReturnValue tryFastCalloc(size_t n, size_t elem_size)