Lines Matching full:calloc
3258 " calloc(size_t n_elements, size_t element_size);\n" +
3441 " return calloc(n_elements, element_size);\n" +
3741 "#define cALLOc public_cALLOc\n" +
3775 "#define public_cALLOc calloc\n" +
3796 " and want to use them in calloc and realloc. Otherwise simple\n" +
3804 " (of <= 36 bytes) are manually unrolled in realloc and calloc.\n" +
3934 " Standard unix mmap using /dev/zero clears memory so calloc doesn't\n" +
4145 " calloc(size_t n_elements, size_t element_size);\n" +
4279 " independent_calloc is similar to calloc, but instead of returning a\n" +
4302 " should instead use regular calloc and assign pointers into this\n" +
4415 " cfree is needed/defined on some systems that pair it with calloc,\n" +
4731 "static Void_t* cALLOc(size_t, size_t);\n" +
4747 "static Void_t* cALLOc();\n" +
4914 " m = cALLOc(n, elem_size);\n" +
7606 " ------------------------------ calloc ------------------------------\n" +
7610 "Void_t* cALLOc(size_t n_elements, size_t elem_size)\n" +
7612 "Void_t* cALLOc(n_elements, elem_size) size_t n_elements; size_t elem_size;\n" +