Home | History | Annotate | Download | only in stdlib

Lines Matching defs:calloc

189   a size_t, not counting any clearing in calloc or copying in realloc,
369 True if mmap clears memory so calloc doesn't need to. This is true
615 #define calloc SDL_calloc
686 #define dlcalloc calloc
731 calloc(size_t n_elements, size_t element_size);
856 independent_calloc is similar to calloc, but instead of returning a
879 should instead use regular calloc and assign pointers into this
1106 mspace_calloc behaves as calloc, but operates within
5031 * Malloc, calloc, getpagesize: add optimizations from Raymond Nijssen