Home | History | Annotate | Download | only in intl

Lines Matching refs:malloc

37 #  include <malloc.h>
339 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
358 # define alloca(size) (malloc (size))
652 malloc (offsetof (struct known_translation_t, msgid)
975 newmem = (transmem_block_t *) malloc (freemem_size);