Searched refs:__rtld_malloc (Results 1 – 3 of 3) sorted by relevance
37 __typeof (malloc) *__rtld_malloc attribute_relro;45 __rtld_malloc = &__minimal_malloc; in __rtld_malloc_init_stubs()53 assert (__rtld_malloc != NULL); in __rtld_malloc_is_complete()54 return __rtld_malloc != &__minimal_malloc; in __rtld_malloc_is_complete()101 __rtld_malloc = new_malloc; in __rtld_malloc_init_real()
33 extern __typeof (malloc) *__rtld_malloc attribute_hidden;56 return __rtld_malloc (size); in malloc()85 # define __rtld_malloc (&malloc) macro
11217 (__rtld_malloc): Remove.12531 (__rtld_malloc): New.