Home | History | Annotate | Download | only in stdlib

Lines Matching defs:dlcalloc

686 #define dlcalloc               calloc
735 void* dlcalloc(size_t, size_t);
4303 void* dlcalloc(size_t n_elements, size_t elem_size) {