Lines Matching full:calloc
153 a size_t, not counting any clearing in calloc or copying in realloc,
333 True if mmap clears memory so calloc doesn't need to. This is true
642 #define dlcalloc calloc
687 calloc(size_t n_elements, size_t element_size);
812 independent_calloc is similar to calloc, but instead of returning a
835 should instead use regular calloc and assign pointers into this
1062 mspace_calloc behaves as calloc, but operates within
5021 * Malloc, calloc, getpagesize: add optimizations from Raymond Nijssen