Home
last modified time | relevance | path

Searched refs:malloc (Results 1 – 2 of 2) sorted by relevance

/include/
A Drtld-malloc.h33 extern __typeof (malloc) *__rtld_malloc attribute_hidden;
54 malloc (size_t size) in malloc() function
85 # define __rtld_malloc (&malloc)
A Dinline-hashtab.h47 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