Searched refs:__rtld_calloc (Results 1 – 1 of 1) sorted by relevance
31 extern __typeof (calloc) *__rtld_calloc attribute_hidden;44 return __rtld_calloc (a, b); in calloc()83 # define __rtld_calloc (&calloc) macro
Completed in 9 milliseconds