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