Searched refs:malloc (Results 1 – 2 of 2) sorted by relevance
33 extern __typeof (malloc) *__rtld_malloc attribute_hidden;54 malloc (size_t size) in malloc() function85 # define __rtld_malloc (&malloc)
47 struct hashtab *ht = malloc (sizeof (struct hashtab)); in htab_create()52 ht->entries = malloc (sizeof (void *) * ht->size); in htab_create()
Completed in 10 milliseconds